Class: Aws::ChimeSDKVoice::Types::StartVoiceToneAnalysisTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::StartVoiceToneAnalysisTaskResponse
- Defined in:
- gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_tone_analysis_task ⇒ Types::VoiceToneAnalysisTask
The details of the voice tone analysis task.
Instance Attribute Details
#voice_tone_analysis_task ⇒ Types::VoiceToneAnalysisTask
The details of the voice tone analysis task.
3241 3242 3243 3244 3245 |
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3241 class StartVoiceToneAnalysisTaskResponse < Struct.new( :voice_tone_analysis_task) SENSITIVE = [] include Aws::Structure end |