Class: Aws::QuickSight::Types::DefaultSectionBasedLayoutConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultSectionBasedLayoutConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the default settings for a section-based layout configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#canvas_size_options ⇒ Types::SectionBasedLayoutCanvasSizeOptions
Determines the screen canvas size options for a section-based layout.
Instance Attribute Details
#canvas_size_options ⇒ Types::SectionBasedLayoutCanvasSizeOptions
Determines the screen canvas size options for a section-based layout.
10441 10442 10443 10444 10445 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10441 class DefaultSectionBasedLayoutConfiguration < Struct.new( :canvas_size_options) SENSITIVE = [] include Aws::Structure end |