Class: Aws::PrometheusService::Types::DescribeScraperRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeScraperRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the input of a ‘DescribeScraper` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scraper_id ⇒ String
The ID of the scraper to describe.
Instance Attribute Details
#scraper_id ⇒ String
The ID of the scraper to describe.
698 699 700 701 702 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 698 class DescribeScraperRequest < Struct.new( :scraper_id) SENSITIVE = [] include Aws::Structure end |