Class: Aws::PrometheusService::Types::UpdateQueryLoggingConfigurationResponse

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.



2909
2910
2911
2912
2913
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2909

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