Class: Aws::QuickSight::Types::FreeFormSectionLayoutConfiguration

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

Overview

The free-form layout configuration of a section.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#elementsArray<Types::FreeFormLayoutElement>

The elements that are included in the free-form layout.

Returns:



15122
15123
15124
15125
15126
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15122

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