Class: Aws::PrometheusService::Types::UpdateLoggingConfigurationResponse

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

Overview

Represents the output of an ‘UpdateLoggingConfiguration` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::LoggingConfigurationStatus

A structure that contains the current status of the logging configuration.



1723
1724
1725
1726
1727
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1723

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