List Id Namespaces
entityresolution_list_id_namespaces | R Documentation |
Returns a list of all ID namespaces¶
Description¶
Returns a list of all ID namespaces.
Usage¶
entityresolution_list_id_namespaces(maxResults, nextToken)
Arguments¶
maxResults |
The maximum number of |
nextToken |
The pagination token from the previous API call. |
Value¶
A list with the following syntax:
list(
idNamespaceSummaries = list(
list(
createdAt = as.POSIXct(
"2015-01-01"
),
description = "string",
idMappingWorkflowProperties = list(
list(
idMappingType = "PROVIDER"|"RULE_BASED"
)
),
idNamespaceArn = "string",
idNamespaceName = "string",
type = "SOURCE"|"TARGET",
updatedAt = as.POSIXct(
"2015-01-01"
)
)
),
nextToken = "string"
)
Request syntax¶
svc$list_id_namespaces(
maxResults = 123,
nextToken = "string"
)