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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identity_resolution_jobs_listArray<Types::IdentityResolutionJob>

A list of Identity Resolution Jobs.

Returns:



3204
3205
3206
3207
3208
3209
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3204

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

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


3204
3205
3206
3207
3208
3209
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3204

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