Class: Aws::ChimeSDKVoice::Types::VoiceConnector

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkvoice/types.rb

Overview

The Amazon Chime SDK Voice Connector configuration, including outbound host name and encryption settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_regionString

The AWS Region in which the Voice Connector is created. Default: us-east-1.

Returns:

  • (String)


3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3952

class VoiceConnector < Struct.new(
  :voice_connector_id,
  :aws_region,
  :name,
  :outbound_host_name,
  :require_encryption,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_arn)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The Voice Connector’s creation timestamp, in ISO 8601 format.

Returns:

  • (Time)


3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3952

class VoiceConnector < Struct.new(
  :voice_connector_id,
  :aws_region,
  :name,
  :outbound_host_name,
  :require_encryption,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The Voice Connector’s name.

Returns:

  • (String)


3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3952

class VoiceConnector < Struct.new(
  :voice_connector_id,
  :aws_region,
  :name,
  :outbound_host_name,
  :require_encryption,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_arn)
  SENSITIVE = []
  include Aws::Structure
end

#outbound_host_nameString

The outbound host name for the Voice Connector.

Returns:

  • (String)


3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3952

class VoiceConnector < Struct.new(
  :voice_connector_id,
  :aws_region,
  :name,
  :outbound_host_name,
  :require_encryption,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_arn)
  SENSITIVE = []
  include Aws::Structure
end

#require_encryptionBoolean

Enables or disables encryption for the Voice Connector.

Returns:

  • (Boolean)


3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3952

class VoiceConnector < Struct.new(
  :voice_connector_id,
  :aws_region,
  :name,
  :outbound_host_name,
  :require_encryption,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_arn)
  SENSITIVE = []
  include Aws::Structure
end

#updated_timestampTime

The Voice Connector’s updated timestamp, in ISO 8601 format.

Returns:

  • (Time)


3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3952

class VoiceConnector < Struct.new(
  :voice_connector_id,
  :aws_region,
  :name,
  :outbound_host_name,
  :require_encryption,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_arn)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_arnString

The ARN of the Voice Connector.

Returns:

  • (String)


3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3952

class VoiceConnector < Struct.new(
  :voice_connector_id,
  :aws_region,
  :name,
  :outbound_host_name,
  :require_encryption,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_arn)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_idString

The Voice Connector’s ID.

Returns:

  • (String)


3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3952

class VoiceConnector < Struct.new(
  :voice_connector_id,
  :aws_region,
  :name,
  :outbound_host_name,
  :require_encryption,
  :created_timestamp,
  :updated_timestamp,
  :voice_connector_arn)
  SENSITIVE = []
  include Aws::Structure
end