Class: Aws::PrometheusService::Types::DescribeScraperLoggingConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeScraperLoggingConfigurationRequest
- Defined in:
- gems/aws-sdk-prometheusservice/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.
910 911 912 913 914 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 910 class DescribeScraperLoggingConfigurationRequest < Struct.new( :scraper_id) SENSITIVE = [] include Aws::Structure end |