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