Class: Aws::QuickSight::Types::SectionBasedLayoutConfiguration

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

Overview

The configuration for a section-based layout.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#body_sectionsArray<Types::BodySectionConfiguration>

A list of body section configurations.



25557
25558
25559
25560
25561
25562
25563
25564
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25557

class SectionBasedLayoutConfiguration < Struct.new(
  :header_sections,
  :body_sections,
  :footer_sections,
  :canvas_size_options)
  SENSITIVE = []
  include Aws::Structure
end

#canvas_size_optionsTypes::SectionBasedLayoutCanvasSizeOptions

The options for the canvas of a section-based layout.



25557
25558
25559
25560
25561
25562
25563
25564
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25557

class SectionBasedLayoutConfiguration < Struct.new(
  :header_sections,
  :body_sections,
  :footer_sections,
  :canvas_size_options)
  SENSITIVE = []
  include Aws::Structure
end

A list of footer section configurations.



25557
25558
25559
25560
25561
25562
25563
25564
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25557

class SectionBasedLayoutConfiguration < Struct.new(
  :header_sections,
  :body_sections,
  :footer_sections,
  :canvas_size_options)
  SENSITIVE = []
  include Aws::Structure
end

#header_sectionsArray<Types::HeaderFooterSectionConfiguration>

A list of header section configurations.



25557
25558
25559
25560
25561
25562
25563
25564
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25557

class SectionBasedLayoutConfiguration < Struct.new(
  :header_sections,
  :body_sections,
  :footer_sections,
  :canvas_size_options)
  SENSITIVE = []
  include Aws::Structure
end