Class: Aws::QuickSight::Types::FreeFormSectionLayoutConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FreeFormSectionLayoutConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The free-form layout configuration of a section.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#elements ⇒ Array<Types::FreeFormLayoutElement>
The elements that are included in the free-form layout.
Instance Attribute Details
#elements ⇒ Array<Types::FreeFormLayoutElement>
The elements that are included in the free-form layout.
21038 21039 21040 21041 21042 |
# File 'lib/aws-sdk-quicksight/types.rb', line 21038 class FreeFormSectionLayoutConfiguration < Struct.new( :elements) SENSITIVE = [] include Aws::Structure end |