Class: Aws::QuickSight::Types::SectionLayoutConfiguration

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

Overview

The layout configuration of a section.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#free_form_layoutTypes::FreeFormSectionLayoutConfiguration

The free-form layout configuration of a section.



25450
25451
25452
25453
25454
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25450

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