| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Template.MeasureFieldProperty
Documentation
data StringFormatConfigurationProperty Source #
Constructors
| StringFormatConfigurationProperty | |
Instances
data CategoricalMeasureFieldProperty Source #
Constructors
| CategoricalMeasureFieldProperty | |
Instances
| ToJSON CategoricalMeasureFieldProperty Source # | |||||
| Show CategoricalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CategoricalMeasureFieldProperty Methods showsPrec :: Int -> CategoricalMeasureFieldProperty -> ShowS # | |||||
| Eq CategoricalMeasureFieldProperty Source # | |||||
| ToResourceProperties CategoricalMeasureFieldProperty Source # | |||||
| Property "AggregationFunction" CategoricalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CategoricalMeasureFieldProperty Associated Types
Methods set :: PropertyType "AggregationFunction" CategoricalMeasureFieldProperty -> CategoricalMeasureFieldProperty -> CategoricalMeasureFieldProperty # | |||||
| Property "Column" CategoricalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CategoricalMeasureFieldProperty Associated Types
Methods set :: PropertyType "Column" CategoricalMeasureFieldProperty -> CategoricalMeasureFieldProperty -> CategoricalMeasureFieldProperty # | |||||
| Property "FieldId" CategoricalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CategoricalMeasureFieldProperty Associated Types
Methods set :: PropertyType "FieldId" CategoricalMeasureFieldProperty -> CategoricalMeasureFieldProperty -> CategoricalMeasureFieldProperty # | |||||
| Property "FormatConfiguration" CategoricalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CategoricalMeasureFieldProperty Associated Types
Methods set :: PropertyType "FormatConfiguration" CategoricalMeasureFieldProperty -> CategoricalMeasureFieldProperty -> CategoricalMeasureFieldProperty # | |||||
| type PropertyType "AggregationFunction" CategoricalMeasureFieldProperty Source # | |||||
| type PropertyType "Column" CategoricalMeasureFieldProperty Source # | |||||
| type PropertyType "FieldId" CategoricalMeasureFieldProperty Source # | |||||
| type PropertyType "FormatConfiguration" CategoricalMeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.CategoricalMeasureFieldProperty type PropertyType "FormatConfiguration" CategoricalMeasureFieldProperty = StringFormatConfigurationProperty | |||||
mkCategoricalMeasureFieldProperty :: ColumnIdentifierProperty -> Value Text -> CategoricalMeasureFieldProperty Source #
data MeasureFieldProperty Source #
Constructors
| MeasureFieldProperty | |
Fields | |
Instances
| ToJSON MeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.MeasureFieldProperty Methods toJSON :: MeasureFieldProperty -> Value # toEncoding :: MeasureFieldProperty -> Encoding # toJSONList :: [MeasureFieldProperty] -> Value # toEncodingList :: [MeasureFieldProperty] -> Encoding # omitField :: MeasureFieldProperty -> Bool # | |||||
| Show MeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.MeasureFieldProperty Methods showsPrec :: Int -> MeasureFieldProperty -> ShowS # show :: MeasureFieldProperty -> String # showList :: [MeasureFieldProperty] -> ShowS # | |||||
| Eq MeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.MeasureFieldProperty Methods (==) :: MeasureFieldProperty -> MeasureFieldProperty -> Bool # (/=) :: MeasureFieldProperty -> MeasureFieldProperty -> Bool # | |||||
| ToResourceProperties MeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.MeasureFieldProperty Methods toResourceProperties :: MeasureFieldProperty -> ResourceProperties # | |||||
| Property "CalculatedMeasureField" MeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.MeasureFieldProperty Associated Types
Methods set :: PropertyType "CalculatedMeasureField" MeasureFieldProperty -> MeasureFieldProperty -> MeasureFieldProperty # | |||||
| Property "CategoricalMeasureField" MeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.MeasureFieldProperty Associated Types
Methods set :: PropertyType "CategoricalMeasureField" MeasureFieldProperty -> MeasureFieldProperty -> MeasureFieldProperty # | |||||
| Property "DateMeasureField" MeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.MeasureFieldProperty Associated Types
Methods set :: PropertyType "DateMeasureField" MeasureFieldProperty -> MeasureFieldProperty -> MeasureFieldProperty # | |||||
| Property "NumericalMeasureField" MeasureFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.MeasureFieldProperty Associated Types
Methods set :: PropertyType "NumericalMeasureField" MeasureFieldProperty -> MeasureFieldProperty -> MeasureFieldProperty # | |||||
| type PropertyType "CalculatedMeasureField" MeasureFieldProperty Source # | |||||
| type PropertyType "CategoricalMeasureField" MeasureFieldProperty Source # | |||||
| type PropertyType "DateMeasureField" MeasureFieldProperty Source # | |||||
| type PropertyType "NumericalMeasureField" MeasureFieldProperty Source # | |||||