Class: Aws::QuickSight::Types::SheetControlLayout
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetControlLayout
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A grid layout to define the placement of sheet control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::SheetControlLayoutConfiguration
The configuration that determines the elements and canvas size options of sheet control.
Instance Attribute Details
#configuration ⇒ Types::SheetControlLayoutConfiguration
The configuration that determines the elements and canvas size options of sheet control.
29726 29727 29728 29729 29730 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29726 class SheetControlLayout < Struct.new( :configuration) SENSITIVE = [] include Aws::Structure end |