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.



25918
25919
25920
25921
25922
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25918

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