View source: R/datazone_operations.R
datazone_list_asset_revisions | R Documentation |
Lists the revisions for the asset.
See https://www.paws-r-sdk.com/docs/datazone_list_asset_revisions/ for full documentation.
datazone_list_asset_revisions(
domainIdentifier,
identifier,
maxResults = NULL,
nextToken = NULL
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.