glue_get_schema: Describes the specified schema in detail

View source: R/glue_operations.R

glue_get_schemaR Documentation

Describes the specified schema in detail

Description

Describes the specified schema in detail.

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

Usage

glue_get_schema(SchemaId)

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.


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