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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cdr_bucketString

The Amazon S3 bucket designated for call detail record storage.

Returns:

  • (String)


9284
9285
9286
9287
9288
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 9284

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