Class: Aws::Comprehend::Types::ListDominantLanguageDetectionJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dominant_language_detection_job_properties_listArray<Types::DominantLanguageDetectionJobProperties>

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



5555
5556
5557
5558
5559
5560
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5555

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

#next_tokenString

Identifies the next page of results to return.

Returns:

  • (String)


5555
5556
5557
5558
5559
5560
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5555

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