Class: Aws::ChimeSDKMediaPipelines::Types::StopSpeakerSearchTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::StopSpeakerSearchTaskRequest
- 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.
-
#speaker_search_task_id ⇒ String
The speaker search task ID.
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.
3215 3216 3217 3218 3219 3220 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3215 class StopSpeakerSearchTaskRequest < Struct.new( :identifier, :speaker_search_task_id) SENSITIVE = [] include Aws::Structure end |
#speaker_search_task_id ⇒ String
The speaker search task ID.
3215 3216 3217 3218 3219 3220 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3215 class StopSpeakerSearchTaskRequest < Struct.new( :identifier, :speaker_search_task_id) SENSITIVE = [] include Aws::Structure end |