Class: Aws::Translate::Types::DescribeTextTranslationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::DescribeTextTranslationJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The identifier that Amazon Translate generated for the job.
Instance Attribute Details
#job_id ⇒ String
The identifier that Amazon Translate generated for the job. The StartTextTranslationJob operation returns this identifier in its response.
184 185 186 187 188 |
# File 'lib/aws-sdk-translate/types.rb', line 184 class DescribeTextTranslationJobRequest < Struct.new( :job_id) SENSITIVE = [] include Aws::Structure end |