Class: Aws::PrometheusService::Types::DescribeQueryLoggingConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-prometheusservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_logging_configurationTypes::QueryLoggingConfigurationMetadata

The detailed information about the query logging configuration for the specified workspace.



1151
1152
1153
1154
1155
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1151

class DescribeQueryLoggingConfigurationResponse < Struct.new(
  :query_logging_configuration)
  SENSITIVE = []
  include Aws::Structure
end