Class: Aws::ChimeSDKMediaPipelines::Types::GetSpeakerSearchTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::GetSpeakerSearchTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#speaker_search_task ⇒ Types::SpeakerSearchTask
The details of the speaker search task.
Instance Attribute Details
#speaker_search_task ⇒ Types::SpeakerSearchTask
The details of the speaker search task.
1435 1436 1437 1438 1439 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1435 class GetSpeakerSearchTaskResponse < Struct.new( :speaker_search_task) SENSITIVE = [] include Aws::Structure end |