Class: Aws::QuickSight::Types::SheetControlLayout

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

Instance Attribute Details

#configurationTypes::SheetControlLayoutConfiguration

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



25748
25749
25750
25751
25752
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25748

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