Class: Aws::QuickSight::Types::FreeFormLayoutConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FreeFormLayoutConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The configuration of a free-form layout.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#canvas_size_options ⇒ Types::FreeFormLayoutCanvasSizeOptions
Configuration options for the canvas of a free-form layout.
-
#elements ⇒ Array<Types::FreeFormLayoutElement>
The elements that are included in a free-form layout.
Instance Attribute Details
#canvas_size_options ⇒ Types::FreeFormLayoutCanvasSizeOptions
Configuration options for the canvas of a free-form layout.
14574 14575 14576 14577 14578 14579 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14574 class FreeFormLayoutConfiguration < Struct.new( :elements, :canvas_size_options) SENSITIVE = [] include Aws::Structure end |
#elements ⇒ Array<Types::FreeFormLayoutElement>
The elements that are included in a free-form layout.
14574 14575 14576 14577 14578 14579 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 14574 class FreeFormLayoutConfiguration < Struct.new( :elements, :canvas_size_options) SENSITIVE = [] include Aws::Structure end |