| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Analysis.AggregationFunctionProperty
Documentation
data NumericalAggregationFunctionProperty Source #
Constructors
| NumericalAggregationFunctionProperty | |
Instances
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 AggregationFunctionProperty Source #
Constructors
| AggregationFunctionProperty | |
Fields | |
Instances
| ToJSON AggregationFunctionProperty Source # | |||||
| Show AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty Methods showsPrec :: Int -> AggregationFunctionProperty -> ShowS # show :: AggregationFunctionProperty -> String # showList :: [AggregationFunctionProperty] -> ShowS # | |||||
| Eq AggregationFunctionProperty Source # | |||||
| ToResourceProperties AggregationFunctionProperty Source # | |||||
| Property "AttributeAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "AttributeAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| Property "CategoricalAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "CategoricalAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| Property "DateAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "DateAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| Property "NumericalAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty Associated Types
Methods set :: PropertyType "NumericalAggregationFunction" AggregationFunctionProperty -> AggregationFunctionProperty -> AggregationFunctionProperty # | |||||
| type PropertyType "AttributeAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty type PropertyType "AttributeAggregationFunction" AggregationFunctionProperty = AttributeAggregationFunctionProperty | |||||
| type PropertyType "CategoricalAggregationFunction" AggregationFunctionProperty Source # | |||||
| type PropertyType "DateAggregationFunction" AggregationFunctionProperty Source # | |||||
| type PropertyType "NumericalAggregationFunction" AggregationFunctionProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AggregationFunctionProperty type PropertyType "NumericalAggregationFunction" AggregationFunctionProperty = NumericalAggregationFunctionProperty | |||||