Class: Aws::ChimeSDKVoice::Types::VoiceConnectorGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::VoiceConnectorGroup
- Includes:
- Structure
- Defined in:
- 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
-
#created_timestamp ⇒ Time
The Voice Connector group’s creation time stamp, in ISO 8601 format.
-
#name ⇒ String
The name of a Voice Connector group.
-
#updated_timestamp ⇒ Time
The Voice Connector group’s creation time stamp, in ISO 8601 format.
-
#voice_connector_group_arn ⇒ String
The ARN of the Voice Connector group.
-
#voice_connector_group_id ⇒ String
The ID of a Voice Connector group.
-
#voice_connector_items ⇒ Array<Types::VoiceConnectorItem>
The Voice Connectors to which you route inbound calls.
Instance Attribute Details
#created_timestamp ⇒ Time
The Voice Connector group’s creation time stamp, in ISO 8601 format.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3998 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 |
#name ⇒ String
The name of a Voice Connector group.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3998 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_timestamp ⇒ Time
The Voice Connector group’s creation time stamp, in ISO 8601 format.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3998 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_arn ⇒ String
The ARN of the Voice Connector group.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3998 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_id ⇒ String
The ID of a Voice Connector group.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3998 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_items ⇒ Array<Types::VoiceConnectorItem>
The Voice Connectors to which you route inbound calls.
3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3998 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 |