Class: Aws::QuickSight::Types::AnalysisDefaults

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#default_new_sheet_configurationTypes::DefaultNewSheetConfiguration

The configuration for default new sheet settings.



385
386
387
388
389
# File 'lib/aws-sdk-quicksight/types.rb', line 385

class AnalysisDefaults < Struct.new(
  :default_new_sheet_configuration)
  SENSITIVE = []
  include Aws::Structure
end