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

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


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4065

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)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4065

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)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4065

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)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4065

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)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4065

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)


4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4065

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