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.



29423
29424
29425
29426
29427
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29423

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