Class: Aws::PrometheusService::Types::DeleteScraperRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DeleteScraperRequest
- 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
-
#client_token ⇒ String
(Optional) A unique, case-sensitive identifier that you can provide to ensure the idempotency of the request.
-
#scraper_id ⇒ String
The ID of the scraper to delete.
Instance Attribute Details
#client_token ⇒ String
(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.
555 556 557 558 559 560 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 555 class DeleteScraperRequest < Struct.new( :client_token, :scraper_id) SENSITIVE = [] include Aws::Structure end |
#scraper_id ⇒ String
The ID of the scraper to delete.
555 556 557 558 559 560 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 555 class DeleteScraperRequest < Struct.new( :client_token, :scraper_id) SENSITIVE = [] include Aws::Structure end |