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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/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)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4084

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

#created_timestampTime

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

Returns:

  • (Time)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4084

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

#integration_typeString

The connectors for use with Amazon Connect.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4084

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

#nameString

The Voice Connector's name.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4084

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

#outbound_host_nameString

The outbound host name for the Voice Connector.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4084

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

#require_encryptionBoolean

Enables or disables encryption for the Voice Connector.

Returns:

  • (Boolean)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4084

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

#updated_timestampTime

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

Returns:

  • (Time)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4084

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

#voice_connector_arnString

The ARN of the Voice Connector.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4084

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

#voice_connector_idString

The Voice Connector's ID.

Returns:

  • (String)


4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4084

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