Class: Aws::PrometheusService::Types::CreateQueryLoggingConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::CreateQueryLoggingConfigurationResponse
- 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.
549 550 551 552 553 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 549 class CreateQueryLoggingConfigurationResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |