Class: Aws::Types::SpeakerSearchTask
- Inherits:
-
Object
- Object
- Aws::Types::SpeakerSearchTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#speaker_search_task_id ⇒ ::String
Returns the value of attribute speaker_search_task_id.
-
#speaker_search_task_status ⇒ "NotStarted", ...
Returns the value of attribute speaker_search_task_status.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
778 779 780 |
# File 'sig/types.rbs', line 778 def end |
#speaker_search_task_id ⇒ ::String
Returns the value of attribute speaker_search_task_id.
776 777 778 |
# File 'sig/types.rbs', line 776 def speaker_search_task_id @speaker_search_task_id end |
#speaker_search_task_status ⇒ "NotStarted", ...
Returns the value of attribute speaker_search_task_status.
777 778 779 |
# File 'sig/types.rbs', line 777 def speaker_search_task_status @speaker_search_task_status end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
779 780 781 |
# File 'sig/types.rbs', line 779 def end |