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.



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