Class: Aws::PrometheusService::Types::DescribeQueryLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::DescribeQueryLoggingConfigurationResponse
- Defined in:
- gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_logging_configuration ⇒ Types::QueryLoggingConfigurationMetadata
The detailed information about the query logging configuration for the specified workspace.
Instance Attribute Details
#query_logging_configuration ⇒ Types::QueryLoggingConfigurationMetadata
The detailed information about the query logging configuration for the specified workspace.
830 831 832 833 834 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 830 class DescribeQueryLoggingConfigurationResponse < Struct.new( :query_logging_configuration) SENSITIVE = [] include Aws::Structure end |