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)


3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3984

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)


3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3984

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)


3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3984

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)


3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3984

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)


3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3984

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:



3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3984

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