Class: Aws::Translate::Types::DescribeTextTranslationJobResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#text_translation_job_propertiesTypes::TextTranslationJobProperties

An object that contains the properties associated with an asynchronous batch translation job.



224
225
226
227
228
# File 'lib/aws-sdk-translate/types.rb', line 224

class DescribeTextTranslationJobResponse < Struct.new(
  :text_translation_job_properties)
  SENSITIVE = []
  include Aws::Structure
end