Class: Aws::VoiceID::Types::JobProgress
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::VoiceID::Types::JobProgress
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-voiceid/types.rb
 
Overview
Indicates the completion progress for a batch job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #percent_complete  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Shows the completed percentage of enrollment or registration requests listed in the input file.
 
Instance Attribute Details
#percent_complete ⇒ Integer
Shows the completed percentage of enrollment or registration requests listed in the input file.
      1167 1168 1169 1170 1171  | 
    
      # File 'lib/aws-sdk-voiceid/types.rb', line 1167 class JobProgress < Struct.new( :percent_complete) SENSITIVE = [] include Aws::Structure end  |