Class: Aws::Types::GetSpeakerSearchTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSpeakerSearchTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#speaker_search_task_id ⇒ ::String
Returns the value of attribute speaker_search_task_id.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
338 339 340 |
# File 'sig/types.rbs', line 338 def identifier @identifier end |
#speaker_search_task_id ⇒ ::String
Returns the value of attribute speaker_search_task_id.
339 340 341 |
# File 'sig/types.rbs', line 339 def speaker_search_task_id @speaker_search_task_id end |