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.
3255 3256 3257 3258 3259 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3255 class BodySectionRepeatPageBreakConfiguration < Struct.new( :after) SENSITIVE = [] include Aws::Structure end |