Class: Aws::QuickSight::Types::FreeFormLayoutScreenCanvasSizeOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::FreeFormLayoutScreenCanvasSizeOptions
- 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
-
#optimized_view_port_width ⇒ String
The width that the view port will be optimized for when the layout renders.
Instance Attribute Details
#optimized_view_port_width ⇒ String
The width that the view port will be optimized for when the layout renders.
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 |