Class: Aws::QuickSight::Types::UpdateAnalysisRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateAnalysisRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The ID for the analysis that you're updating.
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the analysis that you're updating.
-
#definition ⇒ Types::AnalysisDefinition
The definition of an analysis.
-
#name ⇒ String
A descriptive name for the analysis that you're updating.
-
#parameters ⇒ Types::Parameters
The parameter names and override values that you want to use.
-
#source_entity ⇒ Types::AnalysisSourceEntity
A source entity to use for the analysis that you're updating.
-
#theme_arn ⇒ String
The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating.
-
#validation_strategy ⇒ Types::ValidationStrategy
The option to relax the validation needed to update an analysis with definition objects.
Instance Attribute Details
#analysis_id ⇒ String
The ID for the analysis that you're updating. This ID displays in the URL of the analysis.
45470 45471 45472 45473 45474 45475 45476 45477 45478 45479 45480 45481 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45470 class UpdateAnalysisRequest < Struct.new( :aws_account_id, :analysis_id, :name, :parameters, :source_entity, :theme_arn, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the analysis that you're updating.
45470 45471 45472 45473 45474 45475 45476 45477 45478 45479 45480 45481 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45470 class UpdateAnalysisRequest < Struct.new( :aws_account_id, :analysis_id, :name, :parameters, :source_entity, :theme_arn, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::AnalysisDefinition
The definition of an analysis.
A definition is the data model of all features in a Dashboard, Template, or Analysis.
45470 45471 45472 45473 45474 45475 45476 45477 45478 45479 45480 45481 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45470 class UpdateAnalysisRequest < Struct.new( :aws_account_id, :analysis_id, :name, :parameters, :source_entity, :theme_arn, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A descriptive name for the analysis that you're updating. This name displays for the analysis in the Amazon Quick Sight console.
45470 45471 45472 45473 45474 45475 45476 45477 45478 45479 45480 45481 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45470 class UpdateAnalysisRequest < Struct.new( :aws_account_id, :analysis_id, :name, :parameters, :source_entity, :theme_arn, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Types::Parameters
The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.
45470 45471 45472 45473 45474 45475 45476 45477 45478 45479 45480 45481 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45470 class UpdateAnalysisRequest < Struct.new( :aws_account_id, :analysis_id, :name, :parameters, :source_entity, :theme_arn, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#source_entity ⇒ Types::AnalysisSourceEntity
A source entity to use for the analysis that you're updating. This metadata structure contains details that describe a source template and one or more datasets.
45470 45471 45472 45473 45474 45475 45476 45477 45478 45479 45480 45481 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45470 class UpdateAnalysisRequest < Struct.new( :aws_account_id, :analysis_id, :name, :parameters, :source_entity, :theme_arn, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#theme_arn ⇒ String
The Amazon Resource Name (ARN) for the theme to apply to the analysis that you're creating. To see the theme in the Amazon Quick Sight console, make sure that you have access to it.
45470 45471 45472 45473 45474 45475 45476 45477 45478 45479 45480 45481 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45470 class UpdateAnalysisRequest < Struct.new( :aws_account_id, :analysis_id, :name, :parameters, :source_entity, :theme_arn, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |
#validation_strategy ⇒ Types::ValidationStrategy
The option to relax the validation needed to update an analysis with definition objects. This skips the validation step for specific errors.
45470 45471 45472 45473 45474 45475 45476 45477 45478 45479 45480 45481 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 45470 class UpdateAnalysisRequest < Struct.new( :aws_account_id, :analysis_id, :name, :parameters, :source_entity, :theme_arn, :definition, :validation_strategy) SENSITIVE = [] include Aws::Structure end |