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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



27787
27788
27789
27790
27791
# File 'lib/aws-sdk-quicksight/types.rb', line 27787

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