Class: Aws::PrometheusService::Types::DeleteScraperResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::DeleteScraperResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
Represents the output of a ‘DeleteScraper` operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #scraper_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the scraper to delete.
 - 
  
    
      #status  ⇒ Types::ScraperStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The current status of the scraper.
 
Instance Attribute Details
#scraper_id ⇒ String
The ID of the scraper to delete.
      569 570 571 572 573 574  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 569 class DeleteScraperResponse < Struct.new( :scraper_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Types::ScraperStatus
The current status of the scraper.
      569 570 571 572 573 574  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 569 class DeleteScraperResponse < Struct.new( :scraper_id, :status) SENSITIVE = [] include Aws::Structure end  |