Class: Aws::PrometheusService::Types::DescribeScraperLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeScraperLoggingConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scraper_id ⇒ String
The ID of the scraper whose logging configuration will be described.
Instance Attribute Details
#scraper_id ⇒ String
The ID of the scraper whose logging configuration will be described.
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 |