Class: Aws::CustomerProfiles::Types::GetMatchesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetMatchesResponse
- Includes:
- Structure
- Defined in:
- 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.
2331 2332 2333 2334 2335 2336 2337 2338 |
# File '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 |
#matches ⇒ Array<Types::MatchItem>
The list of matched profiles for this instance.
2331 2332 2333 2334 2335 2336 2337 2338 |
# File '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_token ⇒ String
If there are additional results, this is the token for the next set of results.
2331 2332 2333 2334 2335 2336 2337 2338 |
# File '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_matches ⇒ Integer
The number of potential matches found.
2331 2332 2333 2334 2335 2336 2337 2338 |
# File '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 |