Class: Aws::QuickSight::Types::DescribeAnalysisDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAnalysisDefinitionResponse
- 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 of the analysis described.
-
#definition ⇒ Types::AnalysisDefinition
The definition of an analysis.
-
#errors ⇒ Array<Types::AnalysisError>
Errors associated with the analysis.
-
#name ⇒ String
The descriptive name of the analysis.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#resource_status ⇒ String
Status associated with the analysis.
-
#status ⇒ Integer
The HTTP status of the request.
-
#theme_arn ⇒ String
The ARN of the theme of the analysis.
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis described.
12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12550 class DescribeAnalysisDefinitionResponse < Struct.new( :analysis_id, :name, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) 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.
12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12550 class DescribeAnalysisDefinitionResponse < Struct.new( :analysis_id, :name, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#errors ⇒ Array<Types::AnalysisError>
Errors associated with the analysis.
12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12550 class DescribeAnalysisDefinitionResponse < Struct.new( :analysis_id, :name, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The descriptive name of the analysis.
12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12550 class DescribeAnalysisDefinitionResponse < Struct.new( :analysis_id, :name, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12550 class DescribeAnalysisDefinitionResponse < Struct.new( :analysis_id, :name, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#resource_status ⇒ String
Status associated with the analysis.
CREATION_IN_PROGRESS
CREATION_SUCCESSFUL
CREATION_FAILED
UPDATE_IN_PROGRESS
UPDATE_SUCCESSFUL
UPDATE_FAILED
DELETED
12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12550 class DescribeAnalysisDefinitionResponse < Struct.new( :analysis_id, :name, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12550 class DescribeAnalysisDefinitionResponse < Struct.new( :analysis_id, :name, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |
#theme_arn ⇒ String
The ARN of the theme of the analysis.
12550 12551 12552 12553 12554 12555 12556 12557 12558 12559 12560 12561 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12550 class DescribeAnalysisDefinitionResponse < Struct.new( :analysis_id, :name, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |