Class: Aws::QuickSight::Types::GridLayoutScreenCanvasSizeOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GridLayoutScreenCanvasSizeOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the sizing of the canvas used in a grid 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.
-
#resize_option ⇒ String
This value determines the layout behavior when the viewport is resized.
Instance Attribute Details
#optimized_view_port_width ⇒ String
The width that the view port will be optimized for when the layout renders.
18018 18019 18020 18021 18022 18023 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18018 class GridLayoutScreenCanvasSizeOptions < Struct.new( :resize_option, :optimized_view_port_width) SENSITIVE = [] include Aws::Structure end |
#resize_option ⇒ String
This value determines the layout behavior when the viewport is resized.
-
‘FIXED`: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called `Classic`.
-
‘RESPONSIVE`: The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called `Tiled`.
18018 18019 18020 18021 18022 18023 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18018 class GridLayoutScreenCanvasSizeOptions < Struct.new( :resize_option, :optimized_view_port_width) SENSITIVE = [] include Aws::Structure end |