| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Template.AggregationSortConfigurationProperty
Documentation
data AggregationFunctionProperty Source #
Constructors
| AggregationFunctionProperty | |
Instances
data AttributeAggregationFunctionProperty Source #
Constructors
| AttributeAggregationFunctionProperty | |
Fields | |
Instances
| ToJSON AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AttributeAggregationFunctionProperty | |||||
| Show AttributeAggregationFunctionProperty Source # | |||||
| Eq AttributeAggregationFunctionProperty Source # | |||||
| ToResourceProperties AttributeAggregationFunctionProperty Source # | |||||
| Property "SimpleAttributeAggregation" AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AttributeAggregationFunctionProperty Associated Types
Methods set :: PropertyType "SimpleAttributeAggregation" AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty -> AttributeAggregationFunctionProperty # | |||||
| Property "ValueForMultipleValues" AttributeAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.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.Template.NumericalAggregationFunctionProperty | |||||
| Show NumericalAggregationFunctionProperty Source # | |||||
| Eq NumericalAggregationFunctionProperty Source # | |||||
| ToResourceProperties NumericalAggregationFunctionProperty Source # | |||||
| Property "PercentileAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.NumericalAggregationFunctionProperty Associated Types
Methods set :: PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty # | |||||
| Property "SimpleNumericalAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.NumericalAggregationFunctionProperty Associated Types
Methods set :: PropertyType "SimpleNumericalAggregation" NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty -> NumericalAggregationFunctionProperty # | |||||
| type PropertyType "PercentileAggregation" NumericalAggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.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.Template.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.Template.PercentileAggregationProperty Associated Types
Methods set :: PropertyType "PercentileValue" PercentileAggregationProperty -> PercentileAggregationProperty -> PercentileAggregationProperty # | |||||
| type PropertyType "PercentileValue" PercentileAggregationProperty Source # | |||||
data AggregationSortConfigurationProperty Source #
Constructors
| AggregationSortConfigurationProperty | |
Fields | |
Instances
| ToJSON AggregationSortConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationSortConfigurationProperty | |||||
| Show AggregationSortConfigurationProperty Source # | |||||
| Eq AggregationSortConfigurationProperty Source # | |||||
| ToResourceProperties AggregationSortConfigurationProperty Source # | |||||
| Property "AggregationFunction" AggregationSortConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationSortConfigurationProperty Associated Types
Methods set :: PropertyType "AggregationFunction" AggregationSortConfigurationProperty -> AggregationSortConfigurationProperty -> AggregationSortConfigurationProperty # | |||||
| Property "Column" AggregationSortConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationSortConfigurationProperty Associated Types
| |||||
| Property "SortDirection" AggregationSortConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationSortConfigurationProperty Associated Types
Methods set :: PropertyType "SortDirection" AggregationSortConfigurationProperty -> AggregationSortConfigurationProperty -> AggregationSortConfigurationProperty # | |||||
| type PropertyType "AggregationFunction" AggregationSortConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.AggregationSortConfigurationProperty type PropertyType "AggregationFunction" AggregationSortConfigurationProperty = AggregationFunctionProperty | |||||
| type PropertyType "Column" AggregationSortConfigurationProperty Source # | |||||
| type PropertyType "SortDirection" AggregationSortConfigurationProperty Source # | |||||