Class: Aws::ChimeSDKVoice::Types::VoiceConnector
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::VoiceConnector
- 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
-
#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.
-
#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.
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_timestamp ⇒ Time
The Voice Connector’s creation timestamp, in ISO 8601 format.
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 |
#name ⇒ String
The Voice Connector’s name.
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_name ⇒ String
The outbound host name for the Voice Connector.
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_encryption ⇒ Boolean
Enables or disables encryption for the Voice Connector.
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_timestamp ⇒ Time
The Voice Connector’s updated timestamp, in ISO 8601 format.
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_arn ⇒ String
The ARN of the Voice Connector.
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_id ⇒ String
The Voice Connector’s ID.
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 |