Class: Aws::Chime::Types::LoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::LoggingConfiguration
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Note:
When making an API call, you may pass LoggingConfiguration data as a 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enable_sip_logs ⇒ Boolean
When true, enables SIP message logs for sending to Amazon CloudWatch Logs.
Instance Attribute Details
#enable_sip_logs ⇒ Boolean
When true, enables SIP message logs for sending to Amazon CloudWatch Logs.
6577 6578 6579 6580 6581 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6577 class LoggingConfiguration < Struct.new( :enable_sip_logs) SENSITIVE = [] include Aws::Structure end |