Class: Aws::CustomerProfiles::Types::ListIdentityResolutionJobsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_resolution_jobs_list ⇒ Array<Types::IdentityResolutionJob>

A list of Identity Resolution Jobs.

Returns:



6748
6749
6750
6751
6752
6753
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6748

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.

Returns:

  • (String)


6748
6749
6750
6751
6752
6753
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6748

class ListIdentityResolutionJobsResponse < Struct.new(
  :identity_resolution_jobs_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end