Class: Aws::PrometheusService::Types::ScraperStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::ScraperStatus
- Defined in:
- gems/aws-sdk-prometheusservice/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.
1495 1496 1497 1498 1499 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1495 class ScraperStatus < Struct.new( :status_code) SENSITIVE = [] include Aws::Structure end |