Class: Aws::Translate::Types::ListTextTranslationJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ListTextTranslationJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
-
#text_translation_job_properties_list ⇒ Array<Types::TextTranslationJobProperties>
A list containing the properties of each job that is returned.
Instance Attribute Details
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
840 841 842 843 844 845 |
# File '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_list ⇒ Array<Types::TextTranslationJobProperties>
A list containing the properties of each job that is returned.
840 841 842 843 844 845 |
# File 'lib/aws-sdk-translate/types.rb', line 840 class ListTextTranslationJobsResponse < Struct.new( :text_translation_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |