| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Analysis.AxisLabelOptionsProperty
Documentation
data FontConfigurationProperty Source #
Constructors
| FontConfigurationProperty | |
Fields
| |
Instances
data FontSizeProperty Source #
Constructors
| FontSizeProperty | |
Instances
| ToJSON FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Methods toJSON :: FontSizeProperty -> Value # toEncoding :: FontSizeProperty -> Encoding # toJSONList :: [FontSizeProperty] -> Value # toEncodingList :: [FontSizeProperty] -> Encoding # omitField :: FontSizeProperty -> Bool # | |||||
| Show FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Methods showsPrec :: Int -> FontSizeProperty -> ShowS # show :: FontSizeProperty -> String # showList :: [FontSizeProperty] -> ShowS # | |||||
| Eq FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Methods (==) :: FontSizeProperty -> FontSizeProperty -> Bool # (/=) :: FontSizeProperty -> FontSizeProperty -> Bool # | |||||
| ToResourceProperties FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Methods toResourceProperties :: FontSizeProperty -> ResourceProperties # | |||||
| Property "Absolute" FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Associated Types
Methods set :: PropertyType "Absolute" FontSizeProperty -> FontSizeProperty -> FontSizeProperty # | |||||
| Property "Relative" FontSizeProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontSizeProperty Associated Types
Methods set :: PropertyType "Relative" FontSizeProperty -> FontSizeProperty -> FontSizeProperty # | |||||
| type PropertyType "Absolute" FontSizeProperty Source # | |||||
| type PropertyType "Relative" FontSizeProperty Source # | |||||
data FontWeightProperty Source #
Constructors
| FontWeightProperty | |
Fields
| |
Instances
| ToJSON FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontWeightProperty Methods toJSON :: FontWeightProperty -> Value # toEncoding :: FontWeightProperty -> Encoding # toJSONList :: [FontWeightProperty] -> Value # toEncodingList :: [FontWeightProperty] -> Encoding # omitField :: FontWeightProperty -> Bool # | |||||
| Show FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontWeightProperty Methods showsPrec :: Int -> FontWeightProperty -> ShowS # show :: FontWeightProperty -> String # showList :: [FontWeightProperty] -> ShowS # | |||||
| Eq FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontWeightProperty Methods (==) :: FontWeightProperty -> FontWeightProperty -> Bool # (/=) :: FontWeightProperty -> FontWeightProperty -> Bool # | |||||
| ToResourceProperties FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontWeightProperty Methods toResourceProperties :: FontWeightProperty -> ResourceProperties # | |||||
| Property "Name" FontWeightProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.FontWeightProperty Associated Types
Methods set :: PropertyType "Name" FontWeightProperty -> FontWeightProperty -> FontWeightProperty # | |||||
| type PropertyType "Name" FontWeightProperty Source # | |||||
data AxisLabelOptionsProperty Source #
Constructors
| AxisLabelOptionsProperty | |
Fields | |
Instances
| ToJSON AxisLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AxisLabelOptionsProperty Methods toJSON :: AxisLabelOptionsProperty -> Value # toEncoding :: AxisLabelOptionsProperty -> Encoding # toJSONList :: [AxisLabelOptionsProperty] -> Value # | |||||
| Show AxisLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AxisLabelOptionsProperty Methods showsPrec :: Int -> AxisLabelOptionsProperty -> ShowS # show :: AxisLabelOptionsProperty -> String # showList :: [AxisLabelOptionsProperty] -> ShowS # | |||||
| Eq AxisLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AxisLabelOptionsProperty Methods (==) :: AxisLabelOptionsProperty -> AxisLabelOptionsProperty -> Bool # (/=) :: AxisLabelOptionsProperty -> AxisLabelOptionsProperty -> Bool # | |||||
| ToResourceProperties AxisLabelOptionsProperty Source # | |||||
| Property "ApplyTo" AxisLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AxisLabelOptionsProperty Associated Types
Methods set :: PropertyType "ApplyTo" AxisLabelOptionsProperty -> AxisLabelOptionsProperty -> AxisLabelOptionsProperty # | |||||
| Property "CustomLabel" AxisLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AxisLabelOptionsProperty Associated Types
Methods set :: PropertyType "CustomLabel" AxisLabelOptionsProperty -> AxisLabelOptionsProperty -> AxisLabelOptionsProperty # | |||||
| Property "FontConfiguration" AxisLabelOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Analysis.AxisLabelOptionsProperty Associated Types
Methods set :: PropertyType "FontConfiguration" AxisLabelOptionsProperty -> AxisLabelOptionsProperty -> AxisLabelOptionsProperty # | |||||
| type PropertyType "ApplyTo" AxisLabelOptionsProperty Source # | |||||
| type PropertyType "CustomLabel" AxisLabelOptionsProperty Source # | |||||
| type PropertyType "FontConfiguration" AxisLabelOptionsProperty Source # | |||||