Class: Aws::PrometheusService::Types::UpdateLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::UpdateLoggingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the output of an ‘UpdateLoggingConfiguration` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ Types::LoggingConfigurationStatus
A structure that contains the current status of the logging configuration.
Instance Attribute Details
#status ⇒ Types::LoggingConfigurationStatus
A structure that contains the current status of the logging configuration.
1738 1739 1740 1741 1742 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1738 class UpdateLoggingConfigurationResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |