- Navigation Guide
@aws-sdk/client-glue
GetSchemaVersionCommandOutput Interface
The output of GetSchemaVersionCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
CreatedTime | string | undefined | The date and time the schema version was created. |
DataFormat | DataFormat | undefined | The data format of the schema definition. Currently |
SchemaArn | string | undefined | The Amazon Resource Name (ARN) of the schema. |
SchemaDefinition | string | undefined | The schema definition for the schema ID. |
SchemaVersionId | string | undefined | The |
Status | SchemaVersionStatus | undefined | The status of the schema version. |
VersionNumber | number | undefined | The version number of the schema. |
Full Signature
export interface GetSchemaVersionCommandOutput extends GetSchemaVersionResponse, MetadataBearer