Class: Aws::ChimeSDKMediaPipelines::Types::StopSpeakerSearchTaskRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmediapipelines/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)


3062
3063
3064
3065
3066
3067
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3062

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

#speaker_search_task_idString

The speaker search task ID.

Returns:

  • (String)


3062
3063
3064
3065
3066
3067
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3062

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