Class: Aws::QuickSight::Types::SectionAfterPageBreak

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

Overview

The configuration of a page break after a section.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The option that enables or disables a page break at the end of a section.

Returns:

  • (String)


25517
25518
25519
25520
25521
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25517

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