Class: Aws::PrometheusService::Types::DescribeLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeLoggingConfigurationResponse
- Defined in:
- gems/aws-sdk-prometheusservice/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.
656 657 658 659 660 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 656 class DescribeLoggingConfigurationResponse < Struct.new( :logging_configuration) SENSITIVE = [] include Aws::Structure end |