Class: Aws::Chime::Types::VoiceConnectorGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::VoiceConnectorGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The Amazon Chime Voice Connector group configuration, including associated Amazon Chime Voice Connectors. You can include Amazon Chime Voice Connectors from different AWS Regions in your 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 Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.
-
#name ⇒ String
The name of the Amazon Chime Voice Connector group.
-
#updated_timestamp ⇒ Time
The updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
-
#voice_connector_group_arn ⇒ String
The ARN of the specified Amazon Chime Voice Connector group.
-
#voice_connector_group_id ⇒ String
The Amazon Chime Voice Connector group ID.
-
#voice_connector_items ⇒ Array<Types::VoiceConnectorItem>
The Amazon Chime Voice Connectors to which to route inbound calls.
Instance Attribute Details
#created_timestamp ⇒ Time
The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.
9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 |
# File 'lib/aws-sdk-chime/types.rb', line 9240 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 the Amazon Chime Voice Connector group.
9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 |
# File 'lib/aws-sdk-chime/types.rb', line 9240 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 updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.
9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 |
# File 'lib/aws-sdk-chime/types.rb', line 9240 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 specified Amazon Chime Voice Connector group.
9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 |
# File 'lib/aws-sdk-chime/types.rb', line 9240 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 Amazon Chime Voice Connector group ID.
9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 |
# File 'lib/aws-sdk-chime/types.rb', line 9240 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 Amazon Chime Voice Connectors to which to route inbound calls.
9240 9241 9242 9243 9244 9245 9246 9247 9248 9249 |
# File 'lib/aws-sdk-chime/types.rb', line 9240 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 |