Class: Aws::QuickSight::Types::SheetControlLayoutConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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

Instance Attribute Details

#grid_layoutTypes::GridLayoutConfiguration

The configuration that determines the elements and canvas size options of sheet control.



30153
30154
30155
30156
30157
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30153

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