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)


971
972
973
974
975
976
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 971

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)


971
972
973
974
975
976
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 971

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