Class: Aws::VoiceID::Types::JobProgress

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

Overview

Indicates the completion progress for a batch job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#percent_completeInteger

Shows the completed percentage of enrollment or registration requests listed in the input file.

Returns:

  • (Integer)


1167
1168
1169
1170
1171
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 1167

class JobProgress < Struct.new(
  :percent_complete)
  SENSITIVE = []
  include Aws::Structure
end