| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Dashboard.NumericalMeasureFieldProperty
Documentation
data NumericalAggregationFunctionProperty Source #
Constructors
| NumericalAggregationFunctionProperty | |
Instances
data PercentileAggregationProperty Source #
Constructors
| PercentileAggregationProperty | |
Fields
| |
Instances
| ToJSON PercentileAggregationProperty Source # | |||||
| Show PercentileAggregationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.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.Dashboard.PercentileAggregationProperty Associated Types
Methods set :: PropertyType "PercentileValue" PercentileAggregationProperty -> PercentileAggregationProperty -> PercentileAggregationProperty # | |||||
| type PropertyType "PercentileValue" PercentileAggregationProperty Source # | |||||
data NumericalMeasureFieldProperty Source #
Constructors
| NumericalMeasureFieldProperty | |
Fields | |
Instances
| ToJSON NumericalMeasureFieldProperty Source # | |||||
| Show NumericalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.NumericalMeasureFieldProperty Methods showsPrec :: Int -> NumericalMeasureFieldProperty -> ShowS # show :: NumericalMeasureFieldProperty -> String # showList :: [NumericalMeasureFieldProperty] -> ShowS # | |||||
| Eq NumericalMeasureFieldProperty Source # | |||||
| ToResourceProperties NumericalMeasureFieldProperty Source # | |||||
| Property "AggregationFunction" NumericalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.NumericalMeasureFieldProperty Associated Types
Methods set :: PropertyType "AggregationFunction" NumericalMeasureFieldProperty -> NumericalMeasureFieldProperty -> NumericalMeasureFieldProperty # | |||||
| Property "Column" NumericalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.NumericalMeasureFieldProperty Associated Types
Methods set :: PropertyType "Column" NumericalMeasureFieldProperty -> NumericalMeasureFieldProperty -> NumericalMeasureFieldProperty # | |||||
| Property "FieldId" NumericalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.NumericalMeasureFieldProperty Associated Types
Methods set :: PropertyType "FieldId" NumericalMeasureFieldProperty -> NumericalMeasureFieldProperty -> NumericalMeasureFieldProperty # | |||||
| Property "FormatConfiguration" NumericalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.NumericalMeasureFieldProperty Associated Types
Methods set :: PropertyType "FormatConfiguration" NumericalMeasureFieldProperty -> NumericalMeasureFieldProperty -> NumericalMeasureFieldProperty # | |||||
| type PropertyType "AggregationFunction" NumericalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.NumericalMeasureFieldProperty type PropertyType "AggregationFunction" NumericalMeasureFieldProperty = NumericalAggregationFunctionProperty | |||||
| type PropertyType "Column" NumericalMeasureFieldProperty Source # | |||||
| type PropertyType "FieldId" NumericalMeasureFieldProperty Source # | |||||
| type PropertyType "FormatConfiguration" NumericalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.NumericalMeasureFieldProperty type PropertyType "FormatConfiguration" NumericalMeasureFieldProperty = NumberFormatConfigurationProperty | |||||