Class: Aws::Translate::Types::ListTextTranslationJobsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::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_resultsInteger

The maximum number of results to return in each page. The default value is 100.

Returns:

  • (Integer)


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_tokenString

The token to request the next page of results.

Returns:

  • (String)


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