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.
12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12226 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.
12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12226 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.
12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12226 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.
12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12226 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.
12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12226 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
12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12226 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.
12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12226 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.
12226 12227 12228 12229 12230 12231 12232 12233 12234 12235 12236 12237 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 12226 class DescribeAnalysisDefinitionResponse < Struct.new( :analysis_id, :name, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |