Class: Aws::QuickSight::Types::AnalysisDefaults
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AnalysisDefaults
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The configuration for default analysis settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_new_sheet_configuration ⇒ Types::DefaultNewSheetConfiguration
The configuration for default new sheet settings.
Instance Attribute Details
#default_new_sheet_configuration ⇒ Types::DefaultNewSheetConfiguration
The configuration for default new sheet settings.
433 434 435 436 437 |
# File 'lib/aws-sdk-quicksight/types.rb', line 433 class AnalysisDefaults < Struct.new( :default_new_sheet_configuration) SENSITIVE = [] include Aws::Structure end |