Class: Aws::QuickSight::Types::SheetControlLayoutConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetControlLayoutConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration that determines the elements and canvas size options of sheet control.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#grid_layout ⇒ Types::GridLayoutConfiguration
The configuration that determines the elements and canvas size options of sheet control.
Instance Attribute Details
#grid_layout ⇒ Types::GridLayoutConfiguration
The configuration that determines the elements and canvas size options of sheet control.
28115 28116 28117 28118 28119 |
# File 'lib/aws-sdk-quicksight/types.rb', line 28115 class SheetControlLayoutConfiguration < Struct.new( :grid_layout) SENSITIVE = [] include Aws::Structure end |