Class: Aws::QuickSight::Types::DescribeAnalysisDefinitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeAnalysisDefinitionResponse
- Includes:
- Structure
- Defined in:
- 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.
11409 11410 11411 11412 11413 11414 11415 11416 11417 11418 11419 11420 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11409 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.
11409 11410 11411 11412 11413 11414 11415 11416 11417 11418 11419 11420 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11409 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.
11409 11410 11411 11412 11413 11414 11415 11416 11417 11418 11419 11420 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11409 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.
11409 11410 11411 11412 11413 11414 11415 11416 11417 11418 11419 11420 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11409 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.
11409 11410 11411 11412 11413 11414 11415 11416 11417 11418 11419 11420 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11409 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`
11409 11410 11411 11412 11413 11414 11415 11416 11417 11418 11419 11420 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11409 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.
11409 11410 11411 11412 11413 11414 11415 11416 11417 11418 11419 11420 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11409 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.
11409 11410 11411 11412 11413 11414 11415 11416 11417 11418 11419 11420 |
# File 'lib/aws-sdk-quicksight/types.rb', line 11409 class DescribeAnalysisDefinitionResponse < Struct.new( :analysis_id, :name, :errors, :resource_status, :theme_arn, :definition, :status, :request_id) SENSITIVE = [] include Aws::Structure end |