Class: Aws::VoiceID::Types::StartFraudsterRegistrationJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::VoiceID::Types::StartFraudsterRegistrationJobResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-voiceid/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job  ⇒ Types::FraudsterRegistrationJob 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the started fraudster registration job.
 
Instance Attribute Details
#job ⇒ Types::FraudsterRegistrationJob
Details about the started fraudster registration job.
      2013 2014 2015 2016 2017  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 2013 class StartFraudsterRegistrationJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end  |