Class: Aws::PrometheusService::Types::ScraperStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::ScraperStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
The ‘ScraperStatus` structure contains status information about the scraper.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ String
The current status of the scraper.
Instance Attribute Details
#status_code ⇒ String
The current status of the scraper.
1480 1481 1482 1483 1484 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1480 class ScraperStatus < Struct.new( :status_code) SENSITIVE = [] include Aws::Structure end |