Class: Aws::CustomerProfiles::Types::ListIdentityResolutionJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListIdentityResolutionJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identity_resolution_jobs_list ⇒ Array<Types::IdentityResolutionJob>
A list of Identity Resolution Jobs.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#identity_resolution_jobs_list ⇒ Array<Types::IdentityResolutionJob>
A list of Identity Resolution Jobs.
5218 5219 5220 5221 5222 5223 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5218 class ListIdentityResolutionJobsResponse < Struct.new( :identity_resolution_jobs_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
5218 5219 5220 5221 5222 5223 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 5218 class ListIdentityResolutionJobsResponse < Struct.new( :identity_resolution_jobs_list, :next_token) SENSITIVE = [] include Aws::Structure end |