glue_list_schemas: Returns a list of schemas with minimal details

View source: R/glue_operations.R

glue_list_schemasR Documentation

Returns a list of schemas with minimal details

Description

Returns a list of schemas with minimal details. Schemas in Deleting status will not be included in the results. Empty results will be returned if there are no schemas available.

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

Usage

glue_list_schemas(RegistryId = NULL, MaxResults = NULL, NextToken = NULL)

Arguments

RegistryId

A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

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.