Skip to content

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 list_rule_based_matches API call.

MaxResults

The maximum number of MatchIds returned per page.

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"
)