Class: Aws::Types::StartTextTranslationJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def client_token
  @client_token
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def data_access_role_arn
  @data_access_role_arn
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.



285
286
287
# File 'sig/types.rbs', line 285

def input_data_config
  @input_data_config
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def job_name
  @job_name
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



286
287
288
# File 'sig/types.rbs', line 286

def output_data_config
  @output_data_config
end

#parallel_data_names::Array[::String]

Returns the value of attribute parallel_data_names.

Returns:

  • (::Array[::String])


291
292
293
# File 'sig/types.rbs', line 291

def parallel_data_names
  @parallel_data_names
end

#settingsTypes::TranslationSettings

Returns the value of attribute settings.



293
294
295
# File 'sig/types.rbs', line 293

def settings
  @settings
end

#source_language_code::String

Returns the value of attribute source_language_code.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def source_language_code
  @source_language_code
end

#target_language_codes::Array[::String]

Returns the value of attribute target_language_codes.

Returns:

  • (::Array[::String])


289
290
291
# File 'sig/types.rbs', line 289

def target_language_codes
  @target_language_codes
end

#terminology_names::Array[::String]

Returns the value of attribute terminology_names.

Returns:

  • (::Array[::String])


290
291
292
# File 'sig/types.rbs', line 290

def terminology_names
  @terminology_names
end