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

#content ⇒ Types::BodySectionContent

The configuration of content in a body section.



4461
4462
4463
4464
4465
4466
4467
4468
4469
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4461

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

#page_break_configuration ⇒ Types::SectionPageBreakConfiguration

The configuration of a page break for a section.



4461
4462
4463
4464
4465
4466
4467
4468
4469
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4461

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

#repeat_configuration ⇒ Types::BodySectionRepeatConfiguration

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



4461
4462
4463
4464
4465
4466
4467
4468
4469
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4461

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

#section_id ⇒ String

The unique identifier of a body section.

Returns:

  • (String)


4461
4462
4463
4464
4465
4466
4467
4468
4469
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4461

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

#style ⇒ Types::SectionStyle

The style options of a body section.

Returns:



4461
4462
4463
4464
4465
4466
4467
4468
4469
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 4461

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