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

#created_timestampTime

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

Returns:

  • (Time)


4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4131

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

#nameString

The name of a Voice Connector group.

Returns:

  • (String)


4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4131

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

#updated_timestampTime

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

Returns:

  • (Time)


4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4131

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

#voice_connector_group_arnString

The ARN of the Voice Connector group.

Returns:

  • (String)


4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4131

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

#voice_connector_group_idString

The ID of a Voice Connector group.

Returns:

  • (String)


4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4131

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

#voice_connector_itemsArray<Types::VoiceConnectorItem>

The Voice Connectors to which you route inbound calls.

Returns:



4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4131

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