Class: Aws::ChimeSDKVoice::Types::VoiceConnectorSettings

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cdr_bucketString

The S3 bucket that stores the Voice Connector's call detail records.

Returns:

  • (String)


4022
4023
4024
4025
4026
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4022

class VoiceConnectorSettings < Struct.new(
  :cdr_bucket)
  SENSITIVE = []
  include Aws::Structure
end