Class: Aws::Types::TextTranslationJobProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


393
394
395
# File 'sig/types.rbs', line 393

def data_access_role_arn
  @data_access_role_arn
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


390
391
392
# File 'sig/types.rbs', line 390

def end_time
  @end_time
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.



391
392
393
# File 'sig/types.rbs', line 391

def input_data_config
  @input_data_config
end

#job_detailsTypes::JobDetails

Returns the value of attribute job_details.

Returns:



383
384
385
# File 'sig/types.rbs', line 383

def job_details
  @job_details
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


380
381
382
# File 'sig/types.rbs', line 380

def job_id
  @job_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


381
382
383
# File 'sig/types.rbs', line 381

def job_name
  @job_name
end

#job_status"SUBMITTED", ...

Returns the value of attribute job_status.

Returns:

  • ("SUBMITTED", "IN_PROGRESS", "COMPLETED", "COMPLETED_WITH_ERROR", "FAILED", "STOP_REQUESTED", "STOPPED")


382
383
384
# File 'sig/types.rbs', line 382

def job_status
  @job_status
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def message
  @message
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



392
393
394
# File 'sig/types.rbs', line 392

def output_data_config
  @output_data_config
end

#parallel_data_names::Array[::String]

Returns the value of attribute parallel_data_names.

Returns:

  • (::Array[::String])


387
388
389
# File 'sig/types.rbs', line 387

def parallel_data_names
  @parallel_data_names
end

#settingsTypes::TranslationSettings

Returns the value of attribute settings.



394
395
396
# File 'sig/types.rbs', line 394

def settings
  @settings
end

#source_language_code::String

Returns the value of attribute source_language_code.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def source_language_code
  @source_language_code
end

#submitted_time::Time

Returns the value of attribute submitted_time.

Returns:

  • (::Time)


389
390
391
# File 'sig/types.rbs', line 389

def 
  @submitted_time
end

#target_language_codes::Array[::String]

Returns the value of attribute target_language_codes.

Returns:

  • (::Array[::String])


385
386
387
# File 'sig/types.rbs', line 385

def target_language_codes
  @target_language_codes
end

#terminology_names::Array[::String]

Returns the value of attribute terminology_names.

Returns:

  • (::Array[::String])


386
387
388
# File 'sig/types.rbs', line 386

def terminology_names
  @terminology_names
end