Class: Aws::ChimeSDKVoice::Types::UpdateVoiceProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdateVoiceProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#speaker_search_task_id ⇒ String
The ID of the speaker search task.
-
#voice_profile_id ⇒ String
The profile ID.
Instance Attribute Details
#speaker_search_task_id ⇒ String
The ID of the speaker search task.
3809 3810 3811 3812 3813 3814 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3809 class UpdateVoiceProfileRequest < Struct.new( :voice_profile_id, :speaker_search_task_id) SENSITIVE = [] include Aws::Structure end |
#voice_profile_id ⇒ String
The profile ID.
3809 3810 3811 3812 3813 3814 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3809 class UpdateVoiceProfileRequest < Struct.new( :voice_profile_id, :speaker_search_task_id) SENSITIVE = [] include Aws::Structure end |