Class: Aws::PrometheusService::Types::DeleteScraperResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DeleteScraperResponse
- Defined in:
- gems/aws-sdk-prometheusservice/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.
574 575 576 577 578 579 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 574 class DeleteScraperResponse < Struct.new( :scraper_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::ScraperStatus
The current status of the scraper.
574 575 576 577 578 579 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 574 class DeleteScraperResponse < Struct.new( :scraper_id, :status) SENSITIVE = [] include Aws::Structure end |