Class: Aws::QuickSight::Types::SectionAfterPageBreak
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SectionAfterPageBreak
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a page break after a section.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The option that enables or disables a page break at the end of a section.
Instance Attribute Details
#status ⇒ String
The option that enables or disables a page break at the end of a section.
26657 26658 26659 26660 26661 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 26657 class SectionAfterPageBreak < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |