Class: Aws::Translate::Types::ListTextTranslationJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


840
841
842
843
844
845
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 840

class ListTextTranslationJobsResponse < Struct.new(
  :text_translation_job_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#text_translation_job_properties_listArray<Types::TextTranslationJobProperties>

A list containing the properties of each job that is returned.



840
841
842
843
844
845
# File 'gems/aws-sdk-translate/lib/aws-sdk-translate/types.rb', line 840

class ListTextTranslationJobsResponse < Struct.new(
  :text_translation_job_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end