schemas_search_schemas {paws.application.integration} | R Documentation |
Search the schemas
Description
Search the schemas
See https://www.paws-r-sdk.com/docs/schemas_search_schemas/ for full documentation.
Usage
schemas_search_schemas(Keywords, Limit = NULL, NextToken = NULL, RegistryName)
Arguments
Keywords |
[required] Specifying this limits the results to only schemas that include the provided keywords. |
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. |
[Package paws.application.integration version 0.6.0 Index]