Class: Aws::ChimeSDKVoice::Types::VoiceProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::VoiceProfile
- 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
-
#created_timestamp ⇒ Time
The time at which the voice profile was created and enrolled.
-
#expiration_timestamp ⇒ Time
The time at which a voice profile expires unless you re-enroll the caller via the ‘UpdateVoiceProfile` API.
-
#updated_timestamp ⇒ Time
The time at which the voice profile was last updated.
-
#voice_profile_arn ⇒ String
The ARN of the voice profile.
-
#voice_profile_domain_id ⇒ String
The ID of the domain that contains the voice profile.
-
#voice_profile_id ⇒ String
The ID of the voice profile.
Instance Attribute Details
#created_timestamp ⇒ Time
The time at which the voice profile was created and enrolled.
4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4079 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_timestamp ⇒ Time
The time at which a voice profile expires unless you re-enroll the caller via the ‘UpdateVoiceProfile` API.
4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4079 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_timestamp ⇒ Time
The time at which the voice profile was last updated.
4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4079 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_arn ⇒ String
The ARN of the voice profile.
4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4079 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_id ⇒ String
The ID of the domain that contains the voice profile.
4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4079 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_id ⇒ String
The ID of the voice profile.
4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 4079 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 |