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

Class: Aws::Chime::Types::VoiceConnectorSettings

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

Overview

Note:

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

{
  cdr_bucket: "String",
}

The Amazon Chime Voice Connector settings. Includes any Amazon S3 buckets designated for storing call detail records.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cdr_bucketString

The Amazon S3 bucket designated for call detail record storage.

Returns:

  • (String)

    The Amazon S3 bucket designated for call detail record storage.