Class: Aws::Types::VoiceToneAnalysisTask
- Inherits:
-
Object
- Object
- Aws::Types::VoiceToneAnalysisTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#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 ⇒ "NotStarted", ...
Returns the value of attribute voice_tone_analysis_task_status.
Instance Attribute Details
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
965 966 967 |
# File 'sig/types.rbs', line 965 def @created_timestamp end |
#updated_timestamp ⇒ ::Time
Returns the value of attribute updated_timestamp.
966 967 968 |
# File 'sig/types.rbs', line 966 def @updated_timestamp end |
#voice_tone_analysis_task_id ⇒ ::String
Returns the value of attribute voice_tone_analysis_task_id.
963 964 965 |
# File 'sig/types.rbs', line 963 def voice_tone_analysis_task_id @voice_tone_analysis_task_id end |
#voice_tone_analysis_task_status ⇒ "NotStarted", ...
Returns the value of attribute voice_tone_analysis_task_status.
964 965 966 |
# File 'sig/types.rbs', line 964 def voice_tone_analysis_task_status @voice_tone_analysis_task_status end |