glue_list_schema_versions {paws.analytics} | R Documentation |
Returns a list of schema versions that you have created, with minimal information
Description
Returns a list of schema versions that you have created, with minimal information. Schema versions in Deleted status will not be included in the results. Empty results will be returned if there are no schema versions available.
See https://www.paws-r-sdk.com/docs/glue_list_schema_versions/ for full documentation.
Usage
glue_list_schema_versions(SchemaId, MaxResults = NULL, NextToken = NULL)
Arguments
SchemaId |
[required] This is a wrapper structure to contain schema identity fields. The structure contains:
|
MaxResults |
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page. |
NextToken |
A continuation token, if this is a continuation call. |