glue_list_schemas {paws.analytics} | R Documentation |
Returns a list of schemas with minimal details
Description
Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.
See https://www.paws-r-sdk.com/docs/glue_list_schemas/ for full documentation.
Usage
glue_list_schemas(RegistryId = NULL, MaxResults = NULL, NextToken = NULL)
Arguments
RegistryId |
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN). |
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. |
[Package paws.analytics version 0.7.0 Index]