Class: Aws::QuickSight::Types::BodySectionRepeatPageBreakConfiguration

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

Overview

The page break configuration to apply for each repeating instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#afterTypes::SectionAfterPageBreak

The configuration of a page break after a section.



3141
3142
3143
3144
3145
# File 'lib/aws-sdk-quicksight/types.rb', line 3141

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