schemas_describe_schema {paws.application.integration} | R Documentation |
Retrieve the schema definition
Description
Retrieve the schema definition.
See https://www.paws-r-sdk.com/docs/schemas_describe_schema/ for full documentation.
Usage
schemas_describe_schema(RegistryName, SchemaName, SchemaVersion = NULL)
Arguments
RegistryName |
[required] The name of the registry. |
SchemaName |
[required] The name of the schema. |
SchemaVersion |
Specifying this limits the results to only this schema version. |
[Package paws.application.integration version 0.9.0 Index]