Class: Aws::ChimeSDKVoice::Types::VoiceConnectorGroup

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

Overview

The Amazon Chime SDK Voice Connector group configuration, including associated Voice Connectors. You can include Voice Connectors from different AWS Regions in a group. This creates a fault tolerant mechanism for fallback in case of availability events.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#call_distribution_typeString

Returns:

  • (String)


4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4168

class VoiceConnectorGroup < Struct.new(
  :voice_connector_group_id,
  :name,
  :voice_connector_items,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_group_arn,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The Voice Connector group's creation time stamp, in ISO 8601 format.

Returns:

  • (Time)


4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4168

class VoiceConnectorGroup < Struct.new(
  :voice_connector_group_id,
  :name,
  :voice_connector_items,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_group_arn,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of a Voice Connector group.

Returns:

  • (String)


4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4168

class VoiceConnectorGroup < Struct.new(
  :voice_connector_group_id,
  :name,
  :voice_connector_items,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_group_arn,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end

#updated_timestampTime

The Voice Connector group's creation time stamp, in ISO 8601 format.

Returns:

  • (Time)


4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4168

class VoiceConnectorGroup < Struct.new(
  :voice_connector_group_id,
  :name,
  :voice_connector_items,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_group_arn,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_group_arnString

The ARN of the Voice Connector group.

Returns:

  • (String)


4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4168

class VoiceConnectorGroup < Struct.new(
  :voice_connector_group_id,
  :name,
  :voice_connector_items,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_group_arn,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_group_idString

The ID of a Voice Connector group.

Returns:

  • (String)


4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4168

class VoiceConnectorGroup < Struct.new(
  :voice_connector_group_id,
  :name,
  :voice_connector_items,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_group_arn,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_itemsArray<Types::VoiceConnectorItem>

The Voice Connectors to which you route inbound calls.

Returns:



4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4168

class VoiceConnectorGroup < Struct.new(
  :voice_connector_group_id,
  :name,
  :voice_connector_items,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_group_arn,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end