Class: Aws::QuickSight::Types::BodySectionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BodySectionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a body section.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::BodySectionContent
The configuration of content in a body section.
-
#page_break_configuration ⇒ Types::SectionPageBreakConfiguration
The configuration of a page break for a section.
-
#repeat_configuration ⇒ Types::BodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
-
#section_id ⇒ String
The unique identifier of a body section.
-
#style ⇒ Types::SectionStyle
The style options of a body section.
Instance Attribute Details
#content ⇒ Types::BodySectionContent
The configuration of content in a body section.
3140 3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3140 class BodySectionConfiguration < Struct.new( :section_id, :content, :style, :page_break_configuration, :repeat_configuration) SENSITIVE = [] include Aws::Structure end |
#page_break_configuration ⇒ Types::SectionPageBreakConfiguration
The configuration of a page break for a section.
3140 3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3140 class BodySectionConfiguration < Struct.new( :section_id, :content, :style, :page_break_configuration, :repeat_configuration) SENSITIVE = [] include Aws::Structure end |
#repeat_configuration ⇒ Types::BodySectionRepeatConfiguration
Describes the configurations that are required to declare a section as repeating.
3140 3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3140 class BodySectionConfiguration < Struct.new( :section_id, :content, :style, :page_break_configuration, :repeat_configuration) SENSITIVE = [] include Aws::Structure end |
#section_id ⇒ String
The unique identifier of a body section.
3140 3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3140 class BodySectionConfiguration < Struct.new( :section_id, :content, :style, :page_break_configuration, :repeat_configuration) SENSITIVE = [] include Aws::Structure end |
#style ⇒ Types::SectionStyle
The style options of a body section.
3140 3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3140 class BodySectionConfiguration < Struct.new( :section_id, :content, :style, :page_break_configuration, :repeat_configuration) SENSITIVE = [] include Aws::Structure end |