| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Analysis.ColumnSortProperty
Documentation
data AggregationFunctionProperty Source #
Constructors
| AggregationFunctionProperty | |
Instances
data AttributeAggregationFunctionProperty Source #
Constructors
| AttributeAggregationFunctionProperty | |
Fields | |
Instances
| ToJSON AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AttributeAggregationFunctionProperty | |||||
| Show AttributeAggregationFunctionProperty Source # | |||||
| Eq AttributeAggregationFunctionProperty Source # | |||||
| ToResourceProperties AttributeAggregationFunctionProperty Source # | |||||
| Property "SimpleAttributeAggregation" AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AttributeAggregationFunctionProperty Associated Types
Methods set :: PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty # | |||||
| Property "ValueForMultipleValues" AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AttributeAggregationFunctionProperty Associated Types
Methods set :: PropertyType "ValueForMultipleValues" AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty # | |||||
| type PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty Source # | |||||
| type PropertyType "ValueForMultipleValues" AttributeAggregationFunctionProperty Source # | |||||
data NumericalAggregationFunctionProperty Source #
Constructors
| NumericalAggregationFunctionProperty | |
Instances
| ToJSON NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericalAggregationFunctionProperty | |||||
| Show NumericalAggregationFunctionProperty Source # | |||||
| Eq NumericalAggregationFunctionProperty Source # | |||||
| ToResourceProperties NumericalAggregationFunctionProperty Source # | |||||
| Property "PercentileAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericalAggregationFunctionProperty Associated Types
Methods set :: PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty # | |||||
| Property "SimpleNumericalAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericalAggregationFunctionProperty Associated Types
Methods set :: PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty # | |||||
| type PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.NumericalAggregationFunctionProperty type PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty = PercentileAggregationProperty | |||||
| type PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty Source # | |||||
data PercentileAggregationProperty Source #
Constructors
| PercentileAggregationProperty | |
Fields
| |
Instances
| ToJSON PercentileAggregationProperty Source # | |||||
| Show PercentileAggregationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentileAggregationProperty Methods showsPrec :: Int -> PercentileAggregationProperty -> ShowS # show :: PercentileAggregationProperty -> String # showList :: [PercentileAggregationProperty] -> ShowS # | |||||
| Eq PercentileAggregationProperty Source # | |||||
| ToResourceProperties PercentileAggregationProperty Source # | |||||
| Property "PercentileValue" PercentileAggregationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.PercentileAggregationProperty Associated Types
Methods set :: PropertyType "PercentileValue" PercentileAggregationProperty -> PercentileAggregationProperty -> PercentileAggregationProperty # | |||||
| type PropertyType "PercentileValue" PercentileAggregationProperty Source # | |||||
data ColumnSortProperty Source #
Constructors
| ColumnSortProperty | |
Fields | |
Instances
| ToJSON ColumnSortProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnSortProperty Methods toJSON :: ColumnSortProperty -> Value # toEncoding :: ColumnSortProperty -> Encoding # toJSONList :: [ColumnSortProperty] -> Value # toEncodingList :: [ColumnSortProperty] -> Encoding # omitField :: ColumnSortProperty -> Bool # | |||||
| Show ColumnSortProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnSortProperty Methods showsPrec :: Int -> ColumnSortProperty -> ShowS # show :: ColumnSortProperty -> String # showList :: [ColumnSortProperty] -> ShowS # | |||||
| Eq ColumnSortProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnSortProperty Methods (==) :: ColumnSortProperty -> ColumnSortProperty -> Bool # (/=) :: ColumnSortProperty -> ColumnSortProperty -> Bool # | |||||
| ToResourceProperties ColumnSortProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnSortProperty Methods toResourceProperties :: ColumnSortProperty -> ResourceProperties # | |||||
| Property "AggregationFunction" ColumnSortProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnSortProperty Associated Types
Methods set :: PropertyType "AggregationFunction" ColumnSortProperty -> ColumnSortProperty -> ColumnSortProperty # | |||||
| Property "Direction" ColumnSortProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnSortProperty Associated Types
Methods set :: PropertyType "Direction" ColumnSortProperty -> ColumnSortProperty -> ColumnSortProperty # | |||||
| Property "SortBy" ColumnSortProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.ColumnSortProperty Associated Types
Methods set :: PropertyType "SortBy" ColumnSortProperty -> ColumnSortProperty -> ColumnSortProperty # | |||||
| type PropertyType "AggregationFunction" ColumnSortProperty Source # | |||||
| type PropertyType "Direction" ColumnSortProperty Source # | |||||
| type PropertyType "SortBy" ColumnSortProperty Source # | |||||