Class: Aws::ChimeSDKVoice::Types::GetSpeakerSearchTaskRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#speaker_search_task_idString

The ID of the speaker search task.

Returns:

  • (String)


1207
1208
1209
1210
1211
1212
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1207

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

#voice_connector_idString

The Voice Connector ID.

Returns:

  • (String)


1207
1208
1209
1210
1211
1212
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1207

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