Class: Aws::QuickSight::Types::Layout
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Layout
- Includes:
- Structure
- Defined in:
- 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.
[1]: docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html
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.
19649 19650 19651 19652 19653 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19649 class Layout < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |