Class: Aws::QuickSight::Types::DeleteAnalysisResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::DeleteAnalysisResponse
 
 
- 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 deleted analysis.
 - 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the deleted analysis.
 - 
  
    
      #deletion_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the analysis is scheduled to be deleted.
 - 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services request ID for this operation.
 - 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The HTTP status of the request.
 
Instance Attribute Details
#analysis_id ⇒ String
The ID of the deleted analysis.
      10682 10683 10684 10685 10686 10687 10688 10689 10690  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 10682 class DeleteAnalysisResponse < Struct.new( :status, :arn, :analysis_id, :deletion_time, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#arn ⇒ String
The Amazon Resource Name (ARN) of the deleted analysis.
      10682 10683 10684 10685 10686 10687 10688 10689 10690  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 10682 class DeleteAnalysisResponse < Struct.new( :status, :arn, :analysis_id, :deletion_time, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#deletion_time ⇒ Time
The date and time that the analysis is scheduled to be deleted.
      10682 10683 10684 10685 10686 10687 10688 10689 10690  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 10682 class DeleteAnalysisResponse < Struct.new( :status, :arn, :analysis_id, :deletion_time, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
      10682 10683 10684 10685 10686 10687 10688 10689 10690  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 10682 class DeleteAnalysisResponse < Struct.new( :status, :arn, :analysis_id, :deletion_time, :request_id) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Integer
The HTTP status of the request.
      10682 10683 10684 10685 10686 10687 10688 10689 10690  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 10682 class DeleteAnalysisResponse < Struct.new( :status, :arn, :analysis_id, :deletion_time, :request_id) SENSITIVE = [] include Aws::Structure end  |