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¶
Arguments¶
maxResults
The maximum number of
IdNamespace
objects returned per page.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"
)