Class: Aws::QuickSight::Types::FreeFormLayoutCanvasSizeOptions

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

Overview

Configuration options for the canvas of a free-form layout.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#screen_canvas_size_optionsTypes::FreeFormLayoutScreenCanvasSizeOptions

The options that determine the sizing of the canvas used in a free-form layout.



15669
15670
15671
15672
15673
# File 'lib/aws-sdk-quicksight/types.rb', line 15669

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