Class: Aws::EntityResolution::Types::ListIdMappingJobsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::ListIdMappingJobsOutput
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::JobSummary>
A list of
JobSummary
objects. -
#next_token ⇒ String
The pagination token from the previous API call.
Instance Attribute Details
#jobs ⇒ Array<Types::JobSummary>
A list of JobSummary
objects.
1896 1897 1898 1899 1900 1901 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1896 class ListIdMappingJobsOutput < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from the previous API call.
1896 1897 1898 1899 1900 1901 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1896 class ListIdMappingJobsOutput < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |