You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::AnalysisSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::AnalysisSummary
 
 
- Defined in:
 - (unknown)
 
Overview
The summary metadata that describes an analysis.
Instance Attribute Summary collapse
- 
  
    
      #analysis_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the analysis.
 - 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the analysis.
 - 
  
    
      #created_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the analysis was created.
 - 
  
    
      #last_updated_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the analysis was last updated.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the analysis.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last known status for the analysis.
 
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis. This ID displays in the URL.
#arn ⇒ String
The Amazon Resource Name (ARN) for the analysis.
#created_time ⇒ Time
The time that the analysis was created.
#last_updated_time ⇒ Time
The time that the analysis was last updated.
#name ⇒ String
The name of the analysis. This name is displayed in the QuickSight console.
#status ⇒ String
The last known status for the analysis.
Possible values:
- CREATION_IN_PROGRESS
 - CREATION_SUCCESSFUL
 - CREATION_FAILED
 - UPDATE_IN_PROGRESS
 - UPDATE_SUCCESSFUL
 - UPDATE_FAILED
 - DELETED