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.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3152 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.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3152 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.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3152 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.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3152 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.
3152 3153 3154 3155 3156 3157 3158 3159 3160 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3152 class BodySectionConfiguration < Struct.new( :section_id, :content, :style, :page_break_configuration, :repeat_configuration) SENSITIVE = [] include Aws::Structure end |