View source: R/datazone_operations.R
datazone_list_metadata_generation_runs | R Documentation |
Lists all metadata generation runs.
See https://www.paws-r-sdk.com/docs/datazone_list_metadata_generation_runs/ for full documentation.
datazone_list_metadata_generation_runs(
domainIdentifier,
maxResults = NULL,
nextToken = NULL,
status = NULL,
type = NULL
)
domainIdentifier |
[required] The ID of the Amazon DataZone domain where you want to list metadata generation runs. |
maxResults |
The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions. |
nextToken |
When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions. |
status |
The status of the metadata generation runs. |
type |
The type of the metadata generation runs. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.