Class: Aws::Types::StopSpeakerSearchTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopSpeakerSearchTaskRequest
- 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.
821 822 823 |
# File 'sig/types.rbs', line 821 def identifier @identifier end |
#speaker_search_task_id ⇒ ::String
Returns the value of attribute speaker_search_task_id.
822 823 824 |
# File 'sig/types.rbs', line 822 def speaker_search_task_id @speaker_search_task_id end |