View source: R/glue_operations.R
| glue_query_schema_version_metadata | R Documentation | 
Queries for the schema version metadata information.
See https://www.paws-r-sdk.com/docs/glue_query_schema_version_metadata/ for full documentation.
glue_query_schema_version_metadata(
  SchemaId = NULL,
  SchemaVersionNumber = NULL,
  SchemaVersionId = NULL,
  MetadataList = NULL,
  MaxResults = NULL,
  NextToken = NULL
)
| SchemaId | A wrapper structure that may contain the schema name and Amazon Resource Name (ARN). | 
| SchemaVersionNumber | The version number of the schema. | 
| SchemaVersionId | The unique version ID of the schema version. | 
| MetadataList | Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched. | 
| 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. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.