Class: Aws::Translate::Types::ListTextTranslationJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Translate::Types::ListTextTranslationJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-translate/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ Types::TextTranslationJobFilter
The parameters that specify which batch translation jobs to retrieve.
-
#max_results ⇒ Integer
The maximum number of results to return in each page.
-
#next_token ⇒ String
The token to request the next page of results.
Instance Attribute Details
#filter ⇒ Types::TextTranslationJobFilter
The parameters that specify which batch translation jobs to retrieve. Filters include job name, job status, and submission time. You can only set one filter at a time.
821 822 823 824 825 826 827 |
# File 'lib/aws-sdk-translate/types.rb', line 821 class ListTextTranslationJobsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in each page. The default value is 100.
821 822 823 824 825 826 827 |
# File 'lib/aws-sdk-translate/types.rb', line 821 class ListTextTranslationJobsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
821 822 823 824 825 826 827 |
# File 'lib/aws-sdk-translate/types.rb', line 821 class ListTextTranslationJobsRequest < Struct.new( :filter, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |