Class: Aws::ChimeSDKVoice::Types::VoiceProfile

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkvoice/types.rb

Overview

The combination of a voice print and caller ID.

Constant Summary collapse

SENSITIVE =
[:voice_profile_arn]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time at which the voice profile was created and enrolled.

Returns:

  • (Time)


4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4231

class VoiceProfile < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end

#expiration_timestampTime

The time at which a voice profile expires unless you re-enroll the caller via the ‘UpdateVoiceProfile` API.

Returns:

  • (Time)


4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4231

class VoiceProfile < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end

#updated_timestampTime

The time at which the voice profile was last updated.

Returns:

  • (Time)


4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4231

class VoiceProfile < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end

#voice_profile_arnString

The ARN of the voice profile.

Returns:

  • (String)


4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4231

class VoiceProfile < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end

#voice_profile_domain_idString

The ID of the domain that contains the voice profile.

Returns:

  • (String)


4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4231

class VoiceProfile < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end

#voice_profile_idString

The ID of the voice profile.

Returns:

  • (String)


4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4231

class VoiceProfile < Struct.new(
  :voice_profile_id,
  :voice_profile_arn,
  :voice_profile_domain_id,
  :created_timestamp,
  :updated_timestamp,
  :expiration_timestamp)
  SENSITIVE = [:voice_profile_arn]
  include Aws::Structure
end