Class: Aws::PrometheusService::Types::DeleteScraperResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#scraper_idString

The ID of the scraper to delete.

Returns:

  • (String)


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

#statusTypes::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