Class: Aws::VoiceID::Types::DescribeSpeakerEnrollmentJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::VoiceID::Types::DescribeSpeakerEnrollmentJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-voiceid/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #domain_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the domain that contains the speaker enrollment job.
 - 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the speaker enrollment job you are describing.
 
Instance Attribute Details
#domain_id ⇒ String
The identifier of the domain that contains the speaker enrollment job.
      445 446 447 448 449 450  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 445 class DescribeSpeakerEnrollmentJobRequest < Struct.new( :domain_id, :job_id) SENSITIVE = [] include Aws::Structure end  | 
  
#job_id ⇒ String
The identifier of the speaker enrollment job you are describing.
      445 446 447 448 449 450  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 445 class DescribeSpeakerEnrollmentJobRequest < Struct.new( :domain_id, :job_id) SENSITIVE = [] include Aws::Structure end  |