Class: Aws::Comprehend::Types::ListDominantLanguageDetectionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListDominantLanguageDetectionJobsResponse
- Defined in:
- gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dominant_language_detection_job_properties_list ⇒ Array<Types::DominantLanguageDetectionJobProperties>
A list containing the properties of each job that is returned.
-
#next_token ⇒ String
Identifies the next page of results to return.
Instance Attribute Details
#dominant_language_detection_job_properties_list ⇒ Array<Types::DominantLanguageDetectionJobProperties>
A list containing the properties of each job that is returned.
5504 5505 5506 5507 5508 5509 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5504 class ListDominantLanguageDetectionJobsResponse < Struct.new( :dominant_language_detection_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Identifies the next page of results to return.
5504 5505 5506 5507 5508 5509 |
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5504 class ListDominantLanguageDetectionJobsResponse < Struct.new( :dominant_language_detection_job_properties_list, :next_token) SENSITIVE = [] include Aws::Structure end |