Class: Aws::ChimeSDKMediaPipelines::Types::GetSpeakerSearchTaskRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chimesdkmediapipelines/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The unique identifier of the resource to be updated. Valid values include the ID and ARN of the media insights pipeline.

Returns:

  • (String)


1392
1393
1394
1395
1396
1397
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1392

class GetSpeakerSearchTaskRequest < Struct.new(
  :identifier,
  :speaker_search_task_id)
  SENSITIVE = []
  include Aws::Structure
end

#speaker_search_task_idString

The ID of the speaker search task.

Returns:

  • (String)


1392
1393
1394
1395
1396
1397
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 1392

class GetSpeakerSearchTaskRequest < Struct.new(
  :identifier,
  :speaker_search_task_id)
  SENSITIVE = []
  include Aws::Structure
end