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

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

Instance Attribute Details

#grid_layoutTypes::GridLayoutConfiguration

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



26901
26902
26903
26904
26905
# File 'lib/aws-sdk-quicksight/types.rb', line 26901

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