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.



25604
25605
25606
25607
25608
# File 'lib/aws-sdk-quicksight/types.rb', line 25604

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