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

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)


3108
3109
3110
3111
3112
3113
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3108

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)


3108
3109
3110
3111
3112
3113
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 3108

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