Class: Aws::Comprehend::Types::ListDominantLanguageDetectionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::ListDominantLanguageDetectionJobsResponse
- Includes:
- Structure
- Defined in:
- 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.
5555 5556 5557 5558 5559 5560 |
# File '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_token ⇒ String
Identifies the next page of results to return.
5555 5556 5557 5558 5559 5560 |
# File '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 |