Class: Aws::QuickSight::Types::SectionPageBreakConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The configuration of a page break for a section.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#afterTypes::SectionAfterPageBreak

The configuration of a page break after a section.



26451
26452
26453
26454
26455
# File 'lib/aws-sdk-quicksight/types.rb', line 26451

class SectionPageBreakConfiguration < Struct.new(
  :after)
  SENSITIVE = []
  include Aws::Structure
end