Class: Aws::PrometheusService::Types::DeleteScraperRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb

Overview

Represents the input of a DeleteScraper operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


550
551
552
553
554
555
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 550

class DeleteScraperRequest < Struct.new(
  :client_token,
  :scraper_id)
  SENSITIVE = []
  include Aws::Structure
end

#scraper_idString

The ID of the scraper to delete.

Returns:

  • (String)


550
551
552
553
554
555
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 550

class DeleteScraperRequest < Struct.new(
  :client_token,
  :scraper_id)
  SENSITIVE = []
  include Aws::Structure
end