Class: Aws::PrometheusService::Types::DeleteScraperLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DeleteScraperLoggingConfigurationRequest
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the request is processed exactly once.
-
#scraper_id ⇒ String
The ID of the scraper whose logging configuration will be deleted.
Instance Attribute Details
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the request is processed exactly once.
A suitable default value is auto-generated. You should normally not need to pass this option.
680 681 682 683 684 685 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 680 class DeleteScraperLoggingConfigurationRequest < Struct.new( :scraper_id, :client_token) SENSITIVE = [] include Aws::Structure end |
#scraper_id ⇒ String
The ID of the scraper whose logging configuration will be deleted.
680 681 682 683 684 685 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 680 class DeleteScraperLoggingConfigurationRequest < Struct.new( :scraper_id, :client_token) SENSITIVE = [] include Aws::Structure end |