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

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



2738
2739
2740
2741
2742
2743
2744
2745
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2738

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

#page_break_configurationTypes::SectionPageBreakConfiguration

The configuration of a page break for a section.



2738
2739
2740
2741
2742
2743
2744
2745
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2738

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

#section_idString

The unique identifier of a body section.

Returns:

  • (String)


2738
2739
2740
2741
2742
2743
2744
2745
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2738

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

#styleTypes::SectionStyle

The style options of a body section.

Returns:



2738
2739
2740
2741
2742
2743
2744
2745
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2738

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