Class: Aws::QuickSight::Types::DefaultInteractiveLayoutConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultInteractiveLayoutConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The options that determine the default settings for interactive layout configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#free_form ⇒ Types::DefaultFreeFormLayoutConfiguration
The options that determine the default settings of a free-form layout configuration.
-
#grid ⇒ Types::DefaultGridLayoutConfiguration
The options that determine the default settings for a grid layout configuration.
Instance Attribute Details
#free_form ⇒ Types::DefaultFreeFormLayoutConfiguration
The options that determine the default settings of a free-form layout configuration.
10361 10362 10363 10364 10365 10366 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10361 class DefaultInteractiveLayoutConfiguration < Struct.new( :grid, :free_form) SENSITIVE = [] include Aws::Structure end |
#grid ⇒ Types::DefaultGridLayoutConfiguration
The options that determine the default settings for a grid layout configuration.
10361 10362 10363 10364 10365 10366 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10361 class DefaultInteractiveLayoutConfiguration < Struct.new( :grid, :free_form) SENSITIVE = [] include Aws::Structure end |