View source: R/schemas_operations.R
schemas_list_schemas | R Documentation |
List the schemas.
See https://www.paws-r-sdk.com/docs/schemas_list_schemas/ for full documentation.
schemas_list_schemas(
Limit = NULL,
NextToken = NULL,
RegistryName,
SchemaNamePrefix = NULL
)
Limit |
|
NextToken |
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts. |
RegistryName |
[required] The name of the registry. |
SchemaNamePrefix |
Specifying this limits the results to only those schema names that start with the specified prefix. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.