Class: Aws::PrometheusService::Types::LoggingConfigurationStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::LoggingConfigurationStatus
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
The status of the logging configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ String
The current status of the logging configuration.
-
#status_reason ⇒ String
If failed, the reason for the failure.
Instance Attribute Details
#status_code ⇒ String
The current status of the logging configuration.
1112 1113 1114 1115 1116 1117 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1112 class LoggingConfigurationStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
If failed, the reason for the failure.
1112 1113 1114 1115 1116 1117 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 1112 class LoggingConfigurationStatus < Struct.new( :status_code, :status_reason) SENSITIVE = [] include Aws::Structure end |