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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.


5438
5439
5440
5441
5442
5443
# File 'lib/aws-sdk-comprehend/types.rb', line 5438

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)

5438
5439
5440
5441
5442
5443
# File 'lib/aws-sdk-comprehend/types.rb', line 5438

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