Class: Aws::Types::TextTranslationJobProperties
- Inherits:
-
Object
- Object
- Aws::Types::TextTranslationJobProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_details ⇒ Types::JobDetails
Returns the value of attribute job_details.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
-
#parallel_data_names ⇒ ::Array[::String]
Returns the value of attribute parallel_data_names.
-
#settings ⇒ Types::TranslationSettings
Returns the value of attribute settings.
-
#source_language_code ⇒ ::String
Returns the value of attribute source_language_code.
-
#submitted_time ⇒ ::Time
Returns the value of attribute submitted_time.
-
#target_language_codes ⇒ ::Array[::String]
Returns the value of attribute target_language_codes.
-
#terminology_names ⇒ ::Array[::String]
Returns the value of attribute terminology_names.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
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.
390 391 392 |
# File 'sig/types.rbs', line 390 def end_time @end_time end |
#input_data_config ⇒ Types::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_details ⇒ Types::JobDetails
Returns the value of attribute job_details.
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.
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.
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.
382 383 384 |
# File 'sig/types.rbs', line 382 def job_status @job_status end |
#message ⇒ ::String
Returns the value of attribute message.
388 389 390 |
# File 'sig/types.rbs', line 388 def @message end |
#output_data_config ⇒ Types::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.
387 388 389 |
# File 'sig/types.rbs', line 387 def parallel_data_names @parallel_data_names end |
#settings ⇒ Types::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.
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.
389 390 391 |
# File 'sig/types.rbs', line 389 def submitted_time @submitted_time end |
#target_language_codes ⇒ ::Array[::String]
Returns the value of attribute target_language_codes.
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.
386 387 388 |
# File 'sig/types.rbs', line 386 def terminology_names @terminology_names end |