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.
1519 1520 1521 1522 1523 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1519 class GetVoiceToneAnalysisTaskResponse < Struct.new( :voice_tone_analysis_task) SENSITIVE = [] include Aws::Structure end |