Class: Aws::PrometheusService::Types::DeleteScraperRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DeleteScraperRequest
- Includes:
- Structure
- Defined in:
- 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.
550 551 552 553 554 555 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 550 class DeleteScraperRequest < Struct.new( :client_token, :scraper_id) SENSITIVE = [] include Aws::Structure end |
#scraper_id ⇒ String
The ID of the scraper to delete.
550 551 552 553 554 555 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 550 class DeleteScraperRequest < Struct.new( :client_token, :scraper_id) SENSITIVE = [] include Aws::Structure end |