Class: Aws::Types::VoiceToneAnalysisTask
- Inherits:
-
Object
- Object
- Aws::Types::VoiceToneAnalysisTask
- 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.
-
#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.
-
#voice_tone_analysis_task_id ⇒ ::String
Returns the value of attribute voice_tone_analysis_task_id.
-
#voice_tone_analysis_task_status ⇒ ::String
Returns the value of attribute voice_tone_analysis_task_status.
Instance Attribute Details
#call_details ⇒ Types::CallDetails
Returns the value of attribute call_details.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def call_details @call_details end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def @created_timestamp end |
#started_timestamp ⇒ ::Time
Returns the value of attribute started_timestamp.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def @started_timestamp end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def @status_message end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def @updated_timestamp end |
#voice_tone_analysis_task_id ⇒ ::String
Returns the value of attribute voice_tone_analysis_task_id.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def voice_tone_analysis_task_id @voice_tone_analysis_task_id end |
#voice_tone_analysis_task_status ⇒ ::String
Returns the value of attribute voice_tone_analysis_task_status.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def voice_tone_analysis_task_status @voice_tone_analysis_task_status end |