Class: Aws::Translate::Types::DescribeTextTranslationJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::DescribeTextTranslationJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text_translation_job_properties ⇒ Types::TextTranslationJobProperties
An object that contains the properties associated with an asynchronous batch translation job.
Instance Attribute Details
#text_translation_job_properties ⇒ Types::TextTranslationJobProperties
An object that contains the properties associated with an asynchronous batch translation job.
197 198 199 200 201 |
# File 'lib/aws-sdk-translate/types.rb', line 197 class DescribeTextTranslationJobResponse < Struct.new( :text_translation_job_properties) SENSITIVE = [] include Aws::Structure end |