Class: Aws::QuickSight::Types::UpdateAnalysisResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::UpdateAnalysisResponse
 
- 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. 
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the analysis that you're updating. 
- 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Web Services request ID for this operation. 
- 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The HTTP status of the request. 
- 
  
    
      #update_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The update status of the last update that was made to the analysis. 
Instance Attribute Details
#analysis_id ⇒ String
The ID of the analysis.
| 38219 38220 38221 38222 38223 38224 38225 38226 38227 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38219 class UpdateAnalysisResponse < Struct.new( :arn, :analysis_id, :update_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end | 
#arn ⇒ String
The ARN of the analysis that you're updating.
| 38219 38220 38221 38222 38223 38224 38225 38226 38227 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38219 class UpdateAnalysisResponse < Struct.new( :arn, :analysis_id, :update_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end | 
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
| 38219 38220 38221 38222 38223 38224 38225 38226 38227 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38219 class UpdateAnalysisResponse < Struct.new( :arn, :analysis_id, :update_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ Integer
The HTTP status of the request.
| 38219 38220 38221 38222 38223 38224 38225 38226 38227 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38219 class UpdateAnalysisResponse < Struct.new( :arn, :analysis_id, :update_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end | 
#update_status ⇒ String
The update status of the last update that was made to the analysis.
| 38219 38220 38221 38222 38223 38224 38225 38226 38227 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38219 class UpdateAnalysisResponse < Struct.new( :arn, :analysis_id, :update_status, :status, :request_id) SENSITIVE = [] include Aws::Structure end |