Class: Aws::ChimeSDKMediaPipelines::Types::StopVoiceToneAnalysisTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::StopVoiceToneAnalysisTaskRequest
- 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.
3233 3234 3235 3236 3237 3238 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3233 class StopVoiceToneAnalysisTaskRequest < 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.
3233 3234 3235 3236 3237 3238 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3233 class StopVoiceToneAnalysisTaskRequest < Struct.new( :identifier, :voice_tone_analysis_task_id) SENSITIVE = [] include Aws::Structure end |