Class: Aws::QuickSight::Types::GridLayoutCanvasSizeOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Configuration options for the canvas of a grid layout.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#screen_canvas_size_optionsTypes::GridLayoutScreenCanvasSizeOptions

The options that determine the sizing of the canvas used in a grid layout.



16394
16395
16396
16397
16398
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16394

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