You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::Analysis
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::Analysis
- Defined in:
- (unknown)
Overview
Metadata structure for an analysis in Amazon QuickSight
Returned by:
Instance Attribute Summary collapse
-
#analysis_id ⇒ String
The ID of the analysis.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis.
-
#created_time ⇒ Time
The time that the analysis was created.
-
#data_set_arns ⇒ Array<String>
The ARNs of the datasets of the analysis.
-
#errors ⇒ Array<Types::AnalysisError>
Errors associated with the analysis.
-
#last_updated_time ⇒ Time
The time that the analysis was last updated.
-
#name ⇒ String
The descriptive name of the analysis.
-
#sheets ⇒ Array<Types::Sheet>
A list of the associated sheets with the unique identifier and name of each sheet.
-
#status ⇒ String
Status associated with the analysis.
-
#theme_arn ⇒ String
The ARN of the theme of the analysis.
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis.
#arn ⇒ String
The Amazon Resource Name (ARN) of the analysis.
#created_time ⇒ Time
The time that the analysis was created.
#data_set_arns ⇒ Array<String>
The ARNs of the datasets of the analysis.
#errors ⇒ Array<Types::AnalysisError>
Errors associated with the analysis.
#last_updated_time ⇒ Time
The time that the analysis was last updated.
#name ⇒ String
The descriptive name of the analysis.
#sheets ⇒ Array<Types::Sheet>
A list of the associated sheets with the unique identifier and name of each sheet.
#status ⇒ String
Status associated with the analysis.
Possible values:
- CREATION_IN_PROGRESS
- CREATION_SUCCESSFUL
- CREATION_FAILED
- UPDATE_IN_PROGRESS
- UPDATE_SUCCESSFUL
- UPDATE_FAILED
- DELETED
#theme_arn ⇒ String
The ARN of the theme of the analysis.