Class: Aws::Translate::Types::StopTextTranslationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::StopTextTranslationJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The job ID of the job to be stopped.
Instance Attribute Details
#job_id ⇒ String
The job ID of the job to be stopped.
1241 1242 1243 1244 1245 |
# File 'lib/aws-sdk-translate/types.rb', line 1241 class StopTextTranslationJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |