Method: Aws::QuickSight::Types::SectionAfterPageBreak#status
- Defined in:
- lib/aws-sdk-quicksight/types.rb
#status ⇒ String
The option that enables or disables a page break at the end of a section.
29658 29659 29660 29661 29662 |
# File 'lib/aws-sdk-quicksight/types.rb', line 29658 class SectionAfterPageBreak < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |