Class: Aws::CustomerProfiles::Types::GetMatchesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetMatchesResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#match_generation_date ⇒ Time
The timestamp this version of Match Result generated.
-
#matches ⇒ Array<Types::MatchItem>
The list of matched profiles for this instance.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#potential_matches ⇒ Integer
The number of potential matches found.
Instance Attribute Details
#match_generation_date ⇒ Time
The timestamp this version of Match Result generated.
2986 2987 2988 2989 2990 2991 2992 2993 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2986 class GetMatchesResponse < Struct.new( :next_token, :match_generation_date, :potential_matches, :matches) SENSITIVE = [] include Aws::Structure end |
#matches ⇒ Array<Types::MatchItem>
The list of matched profiles for this instance.
2986 2987 2988 2989 2990 2991 2992 2993 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2986 class GetMatchesResponse < Struct.new( :next_token, :match_generation_date, :potential_matches, :matches) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
2986 2987 2988 2989 2990 2991 2992 2993 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2986 class GetMatchesResponse < Struct.new( :next_token, :match_generation_date, :potential_matches, :matches) SENSITIVE = [] include Aws::Structure end |
#potential_matches ⇒ Integer
The number of potential matches found.
2986 2987 2988 2989 2990 2991 2992 2993 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2986 class GetMatchesResponse < Struct.new( :next_token, :match_generation_date, :potential_matches, :matches) SENSITIVE = [] include Aws::Structure end |