Class: Aws::ChimeSDKMediaPipelines::Types::GetSpeakerSearchTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::GetSpeakerSearchTaskRequest
- 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 ID of the speaker search 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.
1422 1423 1424 1425 1426 1427 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1422 class GetSpeakerSearchTaskRequest < Struct.new( :identifier, :speaker_search_task_id) SENSITIVE = [] include Aws::Structure end |
#speaker_search_task_id ⇒ String
The ID of the speaker search task.
1422 1423 1424 1425 1426 1427 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1422 class GetSpeakerSearchTaskRequest < Struct.new( :identifier, :speaker_search_task_id) SENSITIVE = [] include Aws::Structure end |