List Schema Mappings
| entityresolution_list_schema_mappings | R Documentation |
Returns a list of all the SchemaMappings that have been created for an Amazon Web Services account¶
Description¶
Returns a list of all the SchemaMappings that have been created for an
Amazon Web Services account.
Usage¶
Arguments¶
maxResultsThe maximum number of objects returned per page.
nextTokenThe pagination token from the previous API call.
Value¶
A list with the following syntax:
list(
nextToken = "string",
schemaList = list(
list(
createdAt = as.POSIXct(
"2015-01-01"
),
hasWorkflows = TRUE|FALSE,
schemaArn = "string",
schemaName = "string",
updatedAt = as.POSIXct(
"2015-01-01"
)
)
)
)