Class: Aws::PrometheusService::Types::DescribeScraperLoggingConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scraper_idString

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

Returns:

  • (String)


1231
1232
1233
1234
1235
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1231

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