Class: Aws::VoiceID::Types::StartSpeakerEnrollmentJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::VoiceID::Types::StartSpeakerEnrollmentJobResponse
- Defined in:
- gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ Types::SpeakerEnrollmentJob
Details about the started speaker enrollment job.
Instance Attribute Details
#job ⇒ Types::SpeakerEnrollmentJob
Details about the started speaker enrollment job.
2091 2092 2093 2094 2095 |
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 2091 class StartSpeakerEnrollmentJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |