Class: Aws::Types::ListTextTranslationJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTextTranslationJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#text_translation_job_properties_list ⇒ ::Array[Types::TextTranslationJobProperties]
Returns the value of attribute text_translation_job_properties_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
230 231 232 |
# File 'sig/types.rbs', line 230 def next_token @next_token end |
#text_translation_job_properties_list ⇒ ::Array[Types::TextTranslationJobProperties]
Returns the value of attribute text_translation_job_properties_list.
229 230 231 |
# File 'sig/types.rbs', line 229 def text_translation_job_properties_list @text_translation_job_properties_list end |