Class: Aws::QuickSight::Types::Layout

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#configurationTypes::LayoutConfiguration

The configuration that determines what the type of layout for a sheet.



17954
17955
17956
17957
17958
# File 'lib/aws-sdk-quicksight/types.rb', line 17954

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