Class: Aws::ChimeSDKVoice::Types::VoiceConnector
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::VoiceConnector
- 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
-
#aws_region ⇒ String
The AWS Region in which the Voice Connector is created.
-
#created_timestamp ⇒ Time
The Voice Connector's creation timestamp, in ISO 8601 format.
-
#integration_type ⇒ String
The connectors for use with Amazon Connect.
-
#name ⇒ String
The Voice Connector's name.
-
#outbound_host_name ⇒ String
The outbound host name for the Voice Connector.
-
#require_encryption ⇒ Boolean
Enables or disables encryption for the Voice Connector.
-
#updated_timestamp ⇒ Time
The Voice Connector's updated timestamp, in ISO 8601 format.
-
#voice_connector_arn ⇒ String
The ARN of the Voice Connector.
-
#voice_connector_id ⇒ String
The Voice Connector's ID.
Instance Attribute Details
#aws_region ⇒ String
The AWS Region in which the Voice Connector is created. Default: us-east-1.
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_timestamp ⇒ Time
The Voice Connector's creation timestamp, in ISO 8601 format.
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_type ⇒ String
The connectors for use with Amazon Connect.
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 |
#name ⇒ String
The Voice Connector's name.
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_name ⇒ String
The outbound host name for the Voice Connector.
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_encryption ⇒ Boolean
Enables or disables encryption for the Voice Connector.
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_timestamp ⇒ Time
The Voice Connector's updated timestamp, in ISO 8601 format.
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_arn ⇒ String
The ARN of the Voice Connector.
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_id ⇒ String
The Voice Connector's ID.
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 |