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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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.



25464
25465
25466
25467
25468
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25464

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