Class: Aws::Chime::Types::VoiceConnectorGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_timestampTime

The Amazon Chime Voice Connector group creation time stamp, in ISO 8601 format.

Returns:

  • (Time)

9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
# File 'lib/aws-sdk-chime/types.rb', line 9074

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 the Amazon Chime Voice Connector group.

Returns:

  • (String)

9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
# File 'lib/aws-sdk-chime/types.rb', line 9074

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 updated Amazon Chime Voice Connector group time stamp, in ISO 8601 format.

Returns:

  • (Time)

9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
# File 'lib/aws-sdk-chime/types.rb', line 9074

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 specified Amazon Chime Voice Connector group.

Returns:

  • (String)

9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
# File 'lib/aws-sdk-chime/types.rb', line 9074

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 Amazon Chime Voice Connector group ID.

Returns:

  • (String)

9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
# File 'lib/aws-sdk-chime/types.rb', line 9074

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 Amazon Chime Voice Connectors to which to route inbound calls.

Returns:


9074
9075
9076
9077
9078
9079
9080
9081
9082
9083
# File 'lib/aws-sdk-chime/types.rb', line 9074

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