Class: Aws::ChimeSDKMediaPipelines::Types::GetVoiceToneAnalysisTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::GetVoiceToneAnalysisTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The unique identifier of the resource to be updated.
-
#voice_tone_analysis_task_id ⇒ String
The ID of the voice tone analysis task.
Instance Attribute Details
#identifier ⇒ String
The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.
1452 1453 1454 1455 1456 1457 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1452 class GetVoiceToneAnalysisTaskRequest < Struct.new( :identifier, :voice_tone_analysis_task_id) SENSITIVE = [] include Aws::Structure end |
#voice_tone_analysis_task_id ⇒ String
The ID of the voice tone analysis task.
1452 1453 1454 1455 1456 1457 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1452 class GetVoiceToneAnalysisTaskRequest < Struct.new( :identifier, :voice_tone_analysis_task_id) SENSITIVE = [] include Aws::Structure end |