Class: Aws::Types::SpeakerSearchTask
- Inherits:
-
Object
- Object
- Aws::Types::SpeakerSearchTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#call_details ⇒ Types::CallDetails
Returns the value of attribute call_details.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#speaker_search_details ⇒ Types::SpeakerSearchDetails
Returns the value of attribute speaker_search_details.
-
#speaker_search_task_id ⇒ ::String
Returns the value of attribute speaker_search_task_id.
-
#speaker_search_task_status ⇒ ::String
Returns the value of attribute speaker_search_task_status.
-
#started_timestamp ⇒ ::Time
Returns the value of attribute started_timestamp.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
Instance Attribute Details
#call_details ⇒ Types::CallDetails
Returns the value of attribute call_details.
1074 1075 1076 |
# File 'sig/types.rbs', line 1074 def call_details @call_details end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def @created_timestamp end |
#speaker_search_details ⇒ Types::SpeakerSearchDetails
Returns the value of attribute speaker_search_details.
1075 1076 1077 |
# File 'sig/types.rbs', line 1075 def speaker_search_details @speaker_search_details end |
#speaker_search_task_id ⇒ ::String
Returns the value of attribute speaker_search_task_id.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def speaker_search_task_id @speaker_search_task_id end |
#speaker_search_task_status ⇒ ::String
Returns the value of attribute speaker_search_task_status.
1073 1074 1075 |
# File 'sig/types.rbs', line 1073 def speaker_search_task_status @speaker_search_task_status end |
#started_timestamp ⇒ ::Time
Returns the value of attribute started_timestamp.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def @started_timestamp end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def @status_message end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def @updated_timestamp end |