Class: Aws::PrometheusService::Types::DescribeLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeLoggingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Represents the output of a DescribeLoggingConfiguration operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#logging_configuration ⇒ Types::LoggingConfigurationMetadata
A structure that displays the information about the logging configuration.
Instance Attribute Details
#logging_configuration ⇒ Types::LoggingConfigurationMetadata
A structure that displays the information about the logging configuration.
1125 1126 1127 1128 1129 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1125 class DescribeLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |