Class: Aws::Chime::Types::LoggingConfiguration

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

Overview

The logging configuration associated with an Amazon Chime Voice Connector. Specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_media_metric_logsBoolean

Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.

Returns:

  • (Boolean)


5990
5991
5992
5993
5994
5995
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5990

class LoggingConfiguration < Struct.new(
  :enable_sip_logs,
  :enable_media_metric_logs)
  SENSITIVE = []
  include Aws::Structure
end

#enable_sip_logsBoolean

Boolean that enables SIP message logs to Amazon CloudWatch logs.

Returns:

  • (Boolean)


5990
5991
5992
5993
5994
5995
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 5990

class LoggingConfiguration < Struct.new(
  :enable_sip_logs,
  :enable_media_metric_logs)
  SENSITIVE = []
  include Aws::Structure
end