Class: Aws::PrometheusService::Types::UpdateQueryLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::UpdateQueryLoggingConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ Types::QueryLoggingConfigurationStatus
The current status of the query logging configuration.
Instance Attribute Details
#status ⇒ Types::QueryLoggingConfigurationStatus
The current status of the query logging configuration.
3006 3007 3008 3009 3010 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 3006 class UpdateQueryLoggingConfigurationResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |