Class: Aws::ChimeSDKVoice::Types::GetVoiceToneAnalysisTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceToneAnalysisTaskResponse
- Includes:
- Structure
- Defined in:
- 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.
1625 1626 1627 1628 1629 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1625 class GetVoiceToneAnalysisTaskResponse < Struct.new( :voice_tone_analysis_task) SENSITIVE = [] include Aws::Structure end |