List Rule Based Matches
customerprofiles_list_rule_based_matches | R Documentation |
Returns a set of MatchIds that belong to the given domain¶
Description¶
Returns a set of MatchIds
that belong to the given domain.
Usage¶
customerprofiles_list_rule_based_matches(NextToken, MaxResults,
DomainName)
Arguments¶
NextToken |
The pagination token from the previous
|
MaxResults |
The maximum number of |
DomainName |
[required] The unique name of the domain. |
Value¶
A list with the following syntax:
list(
MatchIds = list(
"string"
),
NextToken = "string"
)
Request syntax¶
svc$list_rule_based_matches(
NextToken = "string",
MaxResults = 123,
DomainName = "string"
)