Class: Aws::Types::StopVoiceToneAnalysisTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StopVoiceToneAnalysisTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#voice_tone_analysis_task_id ⇒ ::String
Returns the value of attribute voice_tone_analysis_task_id.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
827 828 829 |
# File 'sig/types.rbs', line 827 def identifier @identifier end |
#voice_tone_analysis_task_id ⇒ ::String
Returns the value of attribute voice_tone_analysis_task_id.
828 829 830 |
# File 'sig/types.rbs', line 828 def voice_tone_analysis_task_id @voice_tone_analysis_task_id end |