You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LoggingConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  enable_sip_logs: false,
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enable_sip_logsBoolean

When true, enables SIP message logs for sending to Amazon CloudWatch Logs.

Returns:

  • (Boolean)

    When true, enables SIP message logs for sending to Amazon CloudWatch Logs.