Class: Aws::Types::UpdateVoiceProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVoiceProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#speaker_search_task_id ⇒ ::String
Returns the value of attribute speaker_search_task_id.
-
#voice_profile_id ⇒ ::String
Returns the value of attribute voice_profile_id.
Instance Attribute Details
#speaker_search_task_id ⇒ ::String
Returns the value of attribute speaker_search_task_id.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def speaker_search_task_id @speaker_search_task_id end |
#voice_profile_id ⇒ ::String
Returns the value of attribute voice_profile_id.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def voice_profile_id @voice_profile_id end |