Class: Aws::PrometheusService::Types::DeleteScraperLoggingConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

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.

Returns:

  • (String)


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_idString

The ID of the scraper whose logging configuration will be deleted.

Returns:

  • (String)


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