Class: Aws::PrometheusService::Types::ScraperLoggingConfigurationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::ScraperLoggingConfigurationStatus
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
The status of a scraper logging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ String
The status code of the scraper logging configuration.
-
#status_reason ⇒ String
The reason for the current status of the scraper logging configuration.
Instance Attribute Details
#status_code ⇒ String
The status code of the scraper logging configuration.
2052 2053 2054 2055 2056 2057 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2052 class ScraperLoggingConfigurationStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
The reason for the current status of the scraper logging configuration.
2052 2053 2054 2055 2056 2057 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2052 class ScraperLoggingConfigurationStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |