Class: Aws::Types::ListTextTranslationJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



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.

Returns:



229
230
231
# File 'sig/types.rbs', line 229

def text_translation_job_properties_list
  @text_translation_job_properties_list
end