glue_list_schema_versions: Returns a list of schema versions that you have created, with...

View source: R/glue_operations.R

glue_list_schema_versionsR Documentation

Returns a list of schema versions that you have created, with minimal information

Description

Returns a list of schema versions that you have created, with minimal information. Schema versions in Deleted status will not be included in the results. Empty results will be returned if there are no schema versions available.

See https://www.paws-r-sdk.com/docs/glue_list_schema_versions/ for full documentation.

Usage

glue_list_schema_versions(SchemaId, MaxResults = NULL, NextToken = NULL)

Arguments

SchemaId

[required] This is a wrapper structure to contain schema identity fields. The structure contains:

  • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

  • SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.