Class: Aws::ChimeSDKVoice::Types::VoiceProfileSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::VoiceProfileSummary
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
A high-level summary of a voice profile.
Constant Summary collapse
- SENSITIVE =
[:voice_profile_arn]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The time at which a voice profile summary was created.
-
#expiration_timestamp ⇒ Time
Extends the life of the voice profile.
-
#updated_timestamp ⇒ Time
The time at which a voice profile summary was last updated.
-
#voice_profile_arn ⇒ String
The ARN of the voice profile in a voice profile summary.
-
#voice_profile_domain_id ⇒ String
The ID of the voice profile domain in a voice profile summary.
-
#voice_profile_id ⇒ String
The ID of the voice profile in a voice profile summary.
Instance Attribute Details
#created_timestamp ⇒ Time
The time at which a voice profile summary was created.
4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4337 class VoiceProfileSummary < 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
Extends the life of the voice profile. You can use
UpdateVoiceProfile
to refresh an existing voice profile's voice
print and extend the life of the summary.
4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4337 class VoiceProfileSummary < 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 a voice profile summary was last updated.
4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4337 class VoiceProfileSummary < 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 in a voice profile summary.
4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4337 class VoiceProfileSummary < 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 voice profile domain in a voice profile summary.
4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4337 class VoiceProfileSummary < 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 in a voice profile summary.
4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 4337 class VoiceProfileSummary < 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 |