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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


16994
16995
16996
16997
16998
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16994

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