| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Template.ConditionalFormattingColorProperty
Documentation
data ConditionalFormattingGradientColorProperty Source #
Constructors
| ConditionalFormattingGradientColorProperty | |
Fields
| |
Instances
data GradientColorProperty Source #
Constructors
| GradientColorProperty | |
Fields
| |
Instances
| ToJSON GradientColorProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GradientColorProperty Methods toJSON :: GradientColorProperty -> Value # toEncoding :: GradientColorProperty -> Encoding # toJSONList :: [GradientColorProperty] -> Value # toEncodingList :: [GradientColorProperty] -> Encoding # omitField :: GradientColorProperty -> Bool # | |||||
| Show GradientColorProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GradientColorProperty Methods showsPrec :: Int -> GradientColorProperty -> ShowS # show :: GradientColorProperty -> String # showList :: [GradientColorProperty] -> ShowS # | |||||
| Eq GradientColorProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GradientColorProperty Methods (==) :: GradientColorProperty -> GradientColorProperty -> Bool # (/=) :: GradientColorProperty -> GradientColorProperty -> Bool # | |||||
| ToResourceProperties GradientColorProperty Source # | |||||
| Property "Stops" GradientColorProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GradientColorProperty Associated Types
Methods set :: PropertyType "Stops" GradientColorProperty -> GradientColorProperty -> GradientColorProperty # | |||||
| type PropertyType "Stops" GradientColorProperty Source # | |||||
data GradientStopProperty Source #
Constructors
| GradientStopProperty | |
Instances
| ToJSON GradientStopProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GradientStopProperty Methods toJSON :: GradientStopProperty -> Value # toEncoding :: GradientStopProperty -> Encoding # toJSONList :: [GradientStopProperty] -> Value # toEncodingList :: [GradientStopProperty] -> Encoding # omitField :: GradientStopProperty -> Bool # | |||||
| Show GradientStopProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GradientStopProperty Methods showsPrec :: Int -> GradientStopProperty -> ShowS # show :: GradientStopProperty -> String # showList :: [GradientStopProperty] -> ShowS # | |||||
| Eq GradientStopProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GradientStopProperty Methods (==) :: GradientStopProperty -> GradientStopProperty -> Bool # (/=) :: GradientStopProperty -> GradientStopProperty -> Bool # | |||||
| ToResourceProperties GradientStopProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GradientStopProperty Methods toResourceProperties :: GradientStopProperty -> ResourceProperties # | |||||
| Property "Color" GradientStopProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GradientStopProperty Associated Types
Methods set :: PropertyType "Color" GradientStopProperty -> GradientStopProperty -> GradientStopProperty # | |||||
| Property "DataValue" GradientStopProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GradientStopProperty Associated Types
Methods set :: PropertyType "DataValue" GradientStopProperty -> GradientStopProperty -> GradientStopProperty # | |||||
| Property "GradientOffset" GradientStopProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GradientStopProperty Associated Types
Methods set :: PropertyType "GradientOffset" GradientStopProperty -> GradientStopProperty -> GradientStopProperty # | |||||
| type PropertyType "Color" GradientStopProperty Source # | |||||
| type PropertyType "DataValue" GradientStopProperty Source # | |||||
| type PropertyType "GradientOffset" GradientStopProperty Source # | |||||
mkConditionalFormattingGradientColorProperty :: GradientColorProperty -> Value Text -> ConditionalFormattingGradientColorProperty Source #
data ConditionalFormattingColorProperty Source #
Constructors
| ConditionalFormattingColorProperty | |
Fields | |
Instances
| ToJSON ConditionalFormattingColorProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ConditionalFormattingColorProperty | |||||
| Show ConditionalFormattingColorProperty Source # | |||||
| Eq ConditionalFormattingColorProperty Source # | |||||
| ToResourceProperties ConditionalFormattingColorProperty Source # | |||||
| Property "Gradient" ConditionalFormattingColorProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ConditionalFormattingColorProperty Associated Types
Methods set :: PropertyType "Gradient" ConditionalFormattingColorProperty -> ConditionalFormattingColorProperty -> ConditionalFormattingColorProperty # | |||||
| Property "Solid" ConditionalFormattingColorProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.ConditionalFormattingColorProperty Associated Types
| |||||
| type PropertyType "Gradient" ConditionalFormattingColorProperty Source # | |||||
| type PropertyType "Solid" ConditionalFormattingColorProperty Source # | |||||