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

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

Instance Attribute Details

#configurationTypes::LayoutConfiguration

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



17843
17844
17845
17846
17847
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17843

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