Class: Aws::QuickSight::Types::DefaultFreeFormLayoutConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultFreeFormLayoutConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the default settings of a free-form layout configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#canvas_size_options ⇒ Types::FreeFormLayoutCanvasSizeOptions
Determines the screen canvas size options for a free-form layout.
Instance Attribute Details
#canvas_size_options ⇒ Types::FreeFormLayoutCanvasSizeOptions
Determines the screen canvas size options for a free-form layout.
10325 10326 10327 10328 10329 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10325 class DefaultFreeFormLayoutConfiguration < Struct.new( :canvas_size_options) SENSITIVE = [] include Aws::Structure end |