Class: Aws::QuickSight::Types::Layout
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Layout
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A Layout
defines the placement of elements within a sheet.
For more information, see Types of layout in the Amazon QuickSight User Guide.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::LayoutConfiguration
The configuration that determines what the type of layout for a sheet.
Instance Attribute Details
#configuration ⇒ Types::LayoutConfiguration
The configuration that determines what the type of layout for a sheet.
20892 20893 20894 20895 20896 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20892 class Layout < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |