Class: Aws::Types::StartTextTranslationJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTextTranslationJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#input_data_config ⇒ Types::InputDataConfig
Returns the value of attribute input_data_config.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#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.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
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.
287 288 289 |
# File 'sig/types.rbs', line 287 def data_access_role_arn @data_access_role_arn end |
#input_data_config ⇒ Types::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.
284 285 286 |
# File 'sig/types.rbs', line 284 def job_name @job_name end |
#output_data_config ⇒ Types::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.
291 292 293 |
# File 'sig/types.rbs', line 291 def parallel_data_names @parallel_data_names end |
#settings ⇒ Types::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.
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.
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.
290 291 292 |
# File 'sig/types.rbs', line 290 def terminology_names @terminology_names end |