Class: Aws::PrometheusService::Types::CreateQueryLoggingConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::QueryLoggingConfigurationStatus

The current status of the query logging configuration.



566
567
568
569
570
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 566

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