Class: Aws::PrometheusService::Types::ScraperStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#status_codeString

The current status of the scraper.

Returns:

  • (String)


1480
1481
1482
1483
1484
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1480

class ScraperStatus < Struct.new(
  :status_code)
  SENSITIVE = []
  include Aws::Structure
end