Class: Aws::Chime::Types::VoiceConnector

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

Instance Attribute Details

#aws_regionString

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

Returns:

  • (String)


9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
# File 'gems/aws-sdk-chime/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_timestampTime

The Amazon Chime Voice Connector creation timestamp, in ISO 8601 format.

Returns:

  • (Time)


9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
# File 'gems/aws-sdk-chime/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

#nameString

The name of the Amazon Chime Voice Connector.

Returns:

  • (String)


9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
# File 'gems/aws-sdk-chime/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_nameString

The outbound host name for the Amazon Chime Voice Connector.

Returns:

  • (String)


9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
# File 'gems/aws-sdk-chime/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_encryptionBoolean

Designates whether encryption is required for the Amazon Chime Voice Connector.

Returns:

  • (Boolean)


9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
# File 'gems/aws-sdk-chime/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_timestampTime

The updated Amazon Chime Voice Connector timestamp, in ISO 8601 format.

Returns:

  • (Time)


9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
# File 'gems/aws-sdk-chime/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_arnString

The ARN of the specified Amazon Chime Voice Connector.

Returns:

  • (String)


9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
# File 'gems/aws-sdk-chime/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_idString

The Amazon Chime Voice Connector ID.

Returns:

  • (String)


9193
9194
9195
9196
9197
9198
9199
9200
9201
9202
9203
9204
# File 'gems/aws-sdk-chime/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