Class: Aws::QuickSight::Types::DefaultNewSheetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultNewSheetConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration for default new sheet settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#interactive_layout_configuration ⇒ Types::DefaultInteractiveLayoutConfiguration
The options that determine the default settings for interactive layout configuration.
-
#paginated_layout_configuration ⇒ Types::DefaultPaginatedLayoutConfiguration
The options that determine the default settings for a paginated layout configuration.
-
#sheet_content_type ⇒ String
The option that determines the sheet content type.
Instance Attribute Details
#interactive_layout_configuration ⇒ Types::DefaultInteractiveLayoutConfiguration
The options that determine the default settings for interactive layout configuration.
10386 10387 10388 10389 10390 10391 10392 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10386 class DefaultNewSheetConfiguration < Struct.new( :interactive_layout_configuration, :paginated_layout_configuration, :sheet_content_type) SENSITIVE = [] include Aws::Structure end |
#paginated_layout_configuration ⇒ Types::DefaultPaginatedLayoutConfiguration
The options that determine the default settings for a paginated layout configuration.
10386 10387 10388 10389 10390 10391 10392 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10386 class DefaultNewSheetConfiguration < Struct.new( :interactive_layout_configuration, :paginated_layout_configuration, :sheet_content_type) SENSITIVE = [] include Aws::Structure end |
#sheet_content_type ⇒ String
The option that determines the sheet content type.
10386 10387 10388 10389 10390 10391 10392 |
# File 'lib/aws-sdk-quicksight/types.rb', line 10386 class DefaultNewSheetConfiguration < Struct.new( :interactive_layout_configuration, :paginated_layout_configuration, :sheet_content_type) SENSITIVE = [] include Aws::Structure end |