| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Dashboard.DimensionFieldProperty
Documentation
data CategoricalDimensionFieldProperty Source #
Constructors
| CategoricalDimensionFieldProperty | |
Fields | |
Instances
data StringFormatConfigurationProperty Source #
Constructors
| StringFormatConfigurationProperty | |
Instances
| ToJSON StringFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.StringFormatConfigurationProperty | |||||
| Show StringFormatConfigurationProperty Source # | |||||
| Eq StringFormatConfigurationProperty Source # | |||||
| ToResourceProperties StringFormatConfigurationProperty Source # | |||||
| Property "NullValueFormatConfiguration" StringFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.StringFormatConfigurationProperty Associated Types
Methods set :: PropertyType "NullValueFormatConfiguration" StringFormatConfigurationProperty -> StringFormatConfigurationProperty -> StringFormatConfigurationProperty # | |||||
| Property "NumericFormatConfiguration" StringFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.StringFormatConfigurationProperty Associated Types
Methods set :: PropertyType "NumericFormatConfiguration" StringFormatConfigurationProperty -> StringFormatConfigurationProperty -> StringFormatConfigurationProperty # | |||||
| type PropertyType "NullValueFormatConfiguration" StringFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.StringFormatConfigurationProperty type PropertyType "NullValueFormatConfiguration" StringFormatConfigurationProperty = NullValueFormatConfigurationProperty | |||||
| type PropertyType "NumericFormatConfiguration" StringFormatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.StringFormatConfigurationProperty type PropertyType "NumericFormatConfiguration" StringFormatConfigurationProperty = NumericFormatConfigurationProperty | |||||
mkCategoricalDimensionFieldProperty :: ColumnIdentifierProperty -> Value Text -> CategoricalDimensionFieldProperty Source #
data DimensionFieldProperty Source #
Constructors
| DimensionFieldProperty | |
Fields | |
Instances
| ToJSON DimensionFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.DimensionFieldProperty Methods toJSON :: DimensionFieldProperty -> Value # toEncoding :: DimensionFieldProperty -> Encoding # toJSONList :: [DimensionFieldProperty] -> Value # toEncodingList :: [DimensionFieldProperty] -> Encoding # omitField :: DimensionFieldProperty -> Bool # | |||||
| Show DimensionFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.DimensionFieldProperty Methods showsPrec :: Int -> DimensionFieldProperty -> ShowS # show :: DimensionFieldProperty -> String # showList :: [DimensionFieldProperty] -> ShowS # | |||||
| Eq DimensionFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.DimensionFieldProperty Methods (==) :: DimensionFieldProperty -> DimensionFieldProperty -> Bool # (/=) :: DimensionFieldProperty -> DimensionFieldProperty -> Bool # | |||||
| ToResourceProperties DimensionFieldProperty Source # | |||||
| Property "CategoricalDimensionField" DimensionFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.DimensionFieldProperty Associated Types
Methods set :: PropertyType "CategoricalDimensionField" DimensionFieldProperty -> DimensionFieldProperty -> DimensionFieldProperty # | |||||
| Property "DateDimensionField" DimensionFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.DimensionFieldProperty Associated Types
Methods set :: PropertyType "DateDimensionField" DimensionFieldProperty -> DimensionFieldProperty -> DimensionFieldProperty # | |||||
| Property "NumericalDimensionField" DimensionFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.DimensionFieldProperty Associated Types
Methods set :: PropertyType "NumericalDimensionField" DimensionFieldProperty -> DimensionFieldProperty -> DimensionFieldProperty # | |||||
| type PropertyType "CategoricalDimensionField" DimensionFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.DimensionFieldProperty type PropertyType "CategoricalDimensionField" DimensionFieldProperty = CategoricalDimensionFieldProperty | |||||
| type PropertyType "DateDimensionField" DimensionFieldProperty Source # | |||||
| type PropertyType "NumericalDimensionField" DimensionFieldProperty Source # | |||||
Defined in Stratosphere.QuickSight.Dashboard.DimensionFieldProperty type PropertyType "NumericalDimensionField" DimensionFieldProperty = NumericalDimensionFieldProperty | |||||