| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.QuickSight.Template.BodySectionRepeatConfigurationProperty
Documentation
data BodySectionRepeatPageBreakConfigurationProperty Source #
Constructors
| BodySectionRepeatPageBreakConfigurationProperty | |
Fields | |
Instances
data SectionAfterPageBreakProperty Source #
Constructors
| SectionAfterPageBreakProperty | |
Fields
| |
Instances
| ToJSON SectionAfterPageBreakProperty Source # | |||||
| Show SectionAfterPageBreakProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.SectionAfterPageBreakProperty Methods showsPrec :: Int -> SectionAfterPageBreakProperty -> ShowS # show :: SectionAfterPageBreakProperty -> String # showList :: [SectionAfterPageBreakProperty] -> ShowS # | |||||
| Eq SectionAfterPageBreakProperty Source # | |||||
| ToResourceProperties SectionAfterPageBreakProperty Source # | |||||
| Property "Status" SectionAfterPageBreakProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.SectionAfterPageBreakProperty Associated Types
Methods set :: PropertyType "Status" SectionAfterPageBreakProperty -> SectionAfterPageBreakProperty -> SectionAfterPageBreakProperty # | |||||
| type PropertyType "Status" SectionAfterPageBreakProperty Source # | |||||
mkBodySectionRepeatPageBreakConfigurationProperty :: BodySectionRepeatPageBreakConfigurationProperty Source #
data BodySectionRepeatConfigurationProperty Source #
Constructors
| BodySectionRepeatConfigurationProperty | |
Fields | |
Instances
| ToJSON BodySectionRepeatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionRepeatConfigurationProperty Methods toJSON :: BodySectionRepeatConfigurationProperty -> Value # toEncoding :: BodySectionRepeatConfigurationProperty -> Encoding # toJSONList :: [BodySectionRepeatConfigurationProperty] -> Value # toEncodingList :: [BodySectionRepeatConfigurationProperty] -> Encoding # omitField :: BodySectionRepeatConfigurationProperty -> Bool # | |||||
| Show BodySectionRepeatConfigurationProperty Source # | |||||
| Eq BodySectionRepeatConfigurationProperty Source # | |||||
| ToResourceProperties BodySectionRepeatConfigurationProperty Source # | |||||
| Property "DimensionConfigurations" BodySectionRepeatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionRepeatConfigurationProperty Associated Types
Methods set :: PropertyType "DimensionConfigurations" BodySectionRepeatConfigurationProperty -> BodySectionRepeatConfigurationProperty -> BodySectionRepeatConfigurationProperty # | |||||
| Property "NonRepeatingVisuals" BodySectionRepeatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionRepeatConfigurationProperty Associated Types
Methods set :: PropertyType "NonRepeatingVisuals" BodySectionRepeatConfigurationProperty -> BodySectionRepeatConfigurationProperty -> BodySectionRepeatConfigurationProperty # | |||||
| Property "PageBreakConfiguration" BodySectionRepeatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionRepeatConfigurationProperty Associated Types
Methods set :: PropertyType "PageBreakConfiguration" BodySectionRepeatConfigurationProperty -> BodySectionRepeatConfigurationProperty -> BodySectionRepeatConfigurationProperty # | |||||
| type PropertyType "DimensionConfigurations" BodySectionRepeatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionRepeatConfigurationProperty type PropertyType "DimensionConfigurations" BodySectionRepeatConfigurationProperty = [BodySectionRepeatDimensionConfigurationProperty] | |||||
| type PropertyType "NonRepeatingVisuals" BodySectionRepeatConfigurationProperty Source # | |||||
| type PropertyType "PageBreakConfiguration" BodySectionRepeatConfigurationProperty Source # | |||||
Defined in Stratosphere.QuickSight.Template.BodySectionRepeatConfigurationProperty type PropertyType "PageBreakConfiguration" BodySectionRepeatConfigurationProperty = BodySectionRepeatPageBreakConfigurationProperty | |||||