Class: Aws::QuickSight::Types::BodySectionConfiguration

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

Overview

The configuration of a body section.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::BodySectionContent

The configuration of content in a body section.



3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'lib/aws-sdk-quicksight/types.rb', line 3007

class BodySectionConfiguration < Struct.new(
  :section_id,
  :content,
  :style,
  :page_break_configuration,
  :repeat_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#page_break_configurationTypes::SectionPageBreakConfiguration

The configuration of a page break for a section.



3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'lib/aws-sdk-quicksight/types.rb', line 3007

class BodySectionConfiguration < Struct.new(
  :section_id,
  :content,
  :style,
  :page_break_configuration,
  :repeat_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#repeat_configurationTypes::BodySectionRepeatConfiguration

Describes the configurations that are required to declare a section as repeating.



3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'lib/aws-sdk-quicksight/types.rb', line 3007

class BodySectionConfiguration < Struct.new(
  :section_id,
  :content,
  :style,
  :page_break_configuration,
  :repeat_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#section_idString

The unique identifier of a body section.

Returns:

  • (String)


3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'lib/aws-sdk-quicksight/types.rb', line 3007

class BodySectionConfiguration < Struct.new(
  :section_id,
  :content,
  :style,
  :page_break_configuration,
  :repeat_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#styleTypes::SectionStyle

The style options of a body section.

Returns:



3007
3008
3009
3010
3011
3012
3013
3014
3015
# File 'lib/aws-sdk-quicksight/types.rb', line 3007

class BodySectionConfiguration < Struct.new(
  :section_id,
  :content,
  :style,
  :page_break_configuration,
  :repeat_configuration)
  SENSITIVE = []
  include Aws::Structure
end