Class: Aws::QuickSight::Types::FreeFormLayoutScreenCanvasSizeOptions

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optimized_view_port_widthString

The width that the view port will be optimized for when the layout renders.

Returns:

  • (String)


15195
15196
15197
15198
15199
# File 'lib/aws-sdk-quicksight/types.rb', line 15195

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