Class: Aws::Translate::Types::StopTextTranslationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::StopTextTranslationJobResponse
- Defined in:
- gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job ID of the stopped batch translation job.
-
#job_status ⇒ String
The status of the designated job.
Instance Attribute Details
#job_id ⇒ String
The job ID of the stopped batch translation job.
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_status ⇒ String
The status of the designated job. Upon successful completion, the
job's status will be STOPPED
.
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 |