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.
651 652 653 654 655 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 651 class DescribeLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |