Class: Aws::Chime::Types::VoiceConnector
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::VoiceConnector
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The Amazon Chime 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 Amazon Chime Voice Connector is created.
-
#created_timestamp ⇒ Time
The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.
-
#name ⇒ String
The name of the Amazon Chime Voice Connector.
-
#outbound_host_name ⇒ String
The outbound host name for the Amazon Chime Voice Connector.
-
#require_encryption ⇒ Boolean
Designates whether encryption is required for the Amazon Chime Voice Connector.
-
#updated_timestamp ⇒ Time
The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
-
#voice_connector_arn ⇒ String
The ARN of the specified Amazon Chime Voice Connector.
-
#voice_connector_id ⇒ String
The Amazon Chime Voice Connector ID.
Instance Attribute Details
#aws_region ⇒ String
The AWS Region in which the Amazon Chime Voice Connector is created. Default: ‘us-east-1`.
9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 |
# File 'lib/aws-sdk-chime/types.rb', line 9193 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 Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.
9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 |
# File 'lib/aws-sdk-chime/types.rb', line 9193 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 name of the Amazon Chime Voice Connector.
9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 |
# File 'lib/aws-sdk-chime/types.rb', line 9193 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 Amazon Chime Voice Connector.
9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 |
# File 'lib/aws-sdk-chime/types.rb', line 9193 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
Designates whether encryption is required for the Amazon Chime Voice Connector.
9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 |
# File 'lib/aws-sdk-chime/types.rb', line 9193 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 updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.
9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 |
# File 'lib/aws-sdk-chime/types.rb', line 9193 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 specified Amazon Chime Voice Connector.
9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 |
# File 'lib/aws-sdk-chime/types.rb', line 9193 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 Amazon Chime Voice Connector ID.
9193 9194 9195 9196 9197 9198 9199 9200 9201 9202 9203 9204 |
# File 'lib/aws-sdk-chime/types.rb', line 9193 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 |