Class: Aws::QuickSight::Types::SectionPageBreakConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::SectionPageBreakConfiguration
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a page break for a section.
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.
| 31786 31787 31788 31789 31790 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31786 class SectionPageBreakConfiguration < Struct.new( :after) SENSITIVE = [] include Aws::Structure end |