Class: Aws::QuickSight::Types::BodySectionRepeatPageBreakConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::BodySectionRepeatPageBreakConfiguration
- Includes:
- Structure
- Defined in:
- 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.
3141 3142 3143 3144 3145 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3141 class BodySectionRepeatPageBreakConfiguration < Struct.new( :after) SENSITIVE = [] include Aws::Structure end |