Class: Aws::VoiceID::Types::DescribeSpeakerEnrollmentJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_idString

The identifier of the domain that contains the speaker enrollment job.

Returns:

  • (String)


445
446
447
448
449
450
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 445

class DescribeSpeakerEnrollmentJobRequest < Struct.new(
  :domain_id,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The identifier of the speaker enrollment job you are describing.

Returns:

  • (String)


445
446
447
448
449
450
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 445

class DescribeSpeakerEnrollmentJobRequest < Struct.new(
  :domain_id,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end