Class: Aws::QuickSight::Types::BodySectionRepeatPageBreakConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::BodySectionRepeatPageBreakConfiguration
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The page break configuration to apply for each repeating instance.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #after  ⇒ Types::SectionAfterPageBreak 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration of a page break after a section. 
Instance Attribute Details
#after ⇒ Types::SectionAfterPageBreak
The configuration of a page break after a section.
| 3741 3742 3743 3744 3745 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3741 class BodySectionRepeatPageBreakConfiguration < Struct.new( :after) SENSITIVE = [] include Aws::Structure end |