Class: Aws::Translate::Types::StopTextTranslationJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job ID of the stopped batch translation job.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1258

class StopTextTranslationJobResponse < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The status of the designated job. Upon successful completion, the job's status will be STOPPED.

Returns:

  • (String)


1258
1259
1260
1261
1262
1263
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 1258

class StopTextTranslationJobResponse < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end