Class: Aws::Types::GetVoiceToneAnalysisTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetVoiceToneAnalysisTaskRequest
- 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.
349 350 351 |
# File 'sig/types.rbs', line 349 def identifier @identifier end |
#voice_tone_analysis_task_id ⇒ ::String
Returns the value of attribute voice_tone_analysis_task_id.
350 351 352 |
# File 'sig/types.rbs', line 350 def voice_tone_analysis_task_id @voice_tone_analysis_task_id end |