Class: Aws::QuickSight::Types::BodySectionConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::BodySectionConfiguration
 
- Defined in:
- gems/aws-sdk-quicksight/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.
| 3607 3608 3609 3610 3611 3612 3613 3614 3615 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3607 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.
| 3607 3608 3609 3610 3611 3612 3613 3614 3615 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3607 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.
| 3607 3608 3609 3610 3611 3612 3613 3614 3615 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3607 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.
| 3607 3608 3609 3610 3611 3612 3613 3614 3615 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3607 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.
| 3607 3608 3609 3610 3611 3612 3613 3614 3615 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3607 class BodySectionConfiguration < Struct.new( :section_id, :content, :style, :page_break_configuration, :repeat_configuration) SENSITIVE = [] include Aws::Structure end |