Module: Aws::CustomerProfiles::Client::_GetMatchesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMatchesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #match_generation_date ⇒ ::Time
- #matches ⇒ ::Array[Types::MatchItem]
- #next_token ⇒ ::String
- #potential_matches ⇒ ::Integer
Instance Method Details
#match_generation_date ⇒ ::Time
885 |
# File 'sig/client.rbs', line 885
def match_generation_date: () -> ::Time
|
#matches ⇒ ::Array[Types::MatchItem]
887 |
# File 'sig/client.rbs', line 887
def matches: () -> ::Array[Types::MatchItem]
|
#next_token ⇒ ::String
884 |
# File 'sig/client.rbs', line 884
def next_token: () -> ::String
|
#potential_matches ⇒ ::Integer
886 |
# File 'sig/client.rbs', line 886
def potential_matches: () -> ::Integer
|