Class: Aws::CustomerProfiles::Types::GetMatchesResponse

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

#match_generation_dateTime

The timestamp this version of Match Result generated.

Returns:

  • (Time)


2331
2332
2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2331

class GetMatchesResponse < Struct.new(
  :next_token,
  :match_generation_date,
  :potential_matches,
  :matches)
  SENSITIVE = []
  include Aws::Structure
end

#matchesArray<Types::MatchItem>

The list of matched profiles for this instance.

Returns:



2331
2332
2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2331

class GetMatchesResponse < Struct.new(
  :next_token,
  :match_generation_date,
  :potential_matches,
  :matches)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


2331
2332
2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2331

class GetMatchesResponse < Struct.new(
  :next_token,
  :match_generation_date,
  :potential_matches,
  :matches)
  SENSITIVE = []
  include Aws::Structure
end

#potential_matchesInteger

The number of potential matches found.

Returns:

  • (Integer)


2331
2332
2333
2334
2335
2336
2337
2338
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2331

class GetMatchesResponse < Struct.new(
  :next_token,
  :match_generation_date,
  :potential_matches,
  :matches)
  SENSITIVE = []
  include Aws::Structure
end