Class: Aws::QuickSight::Types::DefaultNewSheetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DefaultNewSheetConfiguration
- Defined in:
- gems/aws-sdk-quicksight/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.
10483 10484 10485 10486 10487 10488 10489 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10483 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.
10483 10484 10485 10486 10487 10488 10489 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10483 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.
10483 10484 10485 10486 10487 10488 10489 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10483 class DefaultNewSheetConfiguration < Struct.new( :interactive_layout_configuration, :paginated_layout_configuration, :sheet_content_type) SENSITIVE = [] include Aws::Structure end |