datazone_list_asset_revisions {paws.analytics} | R Documentation |
Lists the revisions for the asset
Description
Lists the revisions for the asset.
See https://www.paws-r-sdk.com/docs/datazone_list_asset_revisions/ for full documentation.
Usage
datazone_list_asset_revisions(
domainIdentifier,
identifier,
maxResults = NULL,
nextToken = NULL
)
Arguments
domainIdentifier |
[required] The identifier of the domain. |
identifier |
[required] The identifier of the asset. |
maxResults |
The maximum number of revisions to return in a single call to
|
nextToken |
When the number of revisions is greater than the default value for the
|