Class: Aws::Chime::Types::VoiceConnectorSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::VoiceConnectorSettings
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
The Amazon Chime Voice Connector settings. Includes any Amazon S3 buckets designated for storing call detail records.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cdr_bucket ⇒ String
The Amazon S3 bucket designated for call detail record storage.
Instance Attribute Details
#cdr_bucket ⇒ String
The Amazon S3 bucket designated for call detail record storage.
2988 2989 2990 2991 2992 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2988 class VoiceConnectorSettings < Struct.new( :cdr_bucket) SENSITIVE = [] include Aws::Structure end |