| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Template.GridLayoutConfigurationProperty
Documentation
data GridLayoutCanvasSizeOptionsProperty Source #
Constructors
| GridLayoutCanvasSizeOptionsProperty | |
Instances
data GridLayoutScreenCanvasSizeOptionsProperty Source #
Constructors
| GridLayoutScreenCanvasSizeOptionsProperty | |
Fields
| |
Instances
| ToJSON GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutScreenCanvasSizeOptionsProperty Methods toJSON :: GridLayoutScreenCanvasSizeOptionsProperty -> Value # toEncoding :: GridLayoutScreenCanvasSizeOptionsProperty -> Encoding # toJSONList :: [GridLayoutScreenCanvasSizeOptionsProperty] -> Value # toEncodingList :: [GridLayoutScreenCanvasSizeOptionsProperty] -> Encoding # omitField :: GridLayoutScreenCanvasSizeOptionsProperty -> Bool # | |||||
| Show GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| Eq GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| ToResourceProperties GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| Property "OptimizedViewPortWidth" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutScreenCanvasSizeOptionsProperty Associated Types
Methods set :: PropertyType "OptimizedViewPortWidth" GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty # | |||||
| Property "ResizeOption" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutScreenCanvasSizeOptionsProperty Associated Types
Methods set :: PropertyType "ResizeOption" GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty -> GridLayoutScreenCanvasSizeOptionsProperty # | |||||
| type PropertyType "OptimizedViewPortWidth" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
| type PropertyType "ResizeOption" GridLayoutScreenCanvasSizeOptionsProperty Source # | |||||
mkGridLayoutScreenCanvasSizeOptionsProperty :: Value Text -> GridLayoutScreenCanvasSizeOptionsProperty Source #
data GridLayoutConfigurationProperty Source #
Constructors
| GridLayoutConfigurationProperty | |
Fields | |
Instances
| ToJSON GridLayoutConfigurationProperty Source # | |||||
| Show GridLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutConfigurationProperty Methods showsPrec :: Int -> GridLayoutConfigurationProperty -> ShowS # | |||||
| Eq GridLayoutConfigurationProperty Source # | |||||
| ToResourceProperties GridLayoutConfigurationProperty Source # | |||||
| Property "CanvasSizeOptions" GridLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutConfigurationProperty Associated Types
Methods set :: PropertyType "CanvasSizeOptions" GridLayoutConfigurationProperty -> GridLayoutConfigurationProperty -> GridLayoutConfigurationProperty # | |||||
| Property "Elements" GridLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutConfigurationProperty Associated Types
Methods set :: PropertyType "Elements" GridLayoutConfigurationProperty -> GridLayoutConfigurationProperty -> GridLayoutConfigurationProperty # | |||||
| type PropertyType "CanvasSizeOptions" GridLayoutConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.GridLayoutConfigurationProperty type PropertyType "CanvasSizeOptions" GridLayoutConfigurationProperty = GridLayoutCanvasSizeOptionsProperty | |||||
| type PropertyType "Elements" GridLayoutConfigurationProperty Source # | |||||