NAME
Paws::Glue::GetSchemaVersionResponse
ATTRIBUTES
CreatedTime => Str
The date and time the schema version was created.
DataFormat => Str
The data format of the schema definition. Currently AVRO
and JSON
are supported.
Valid values are: "AVRO"
, "JSON"
=head2 SchemaArn => Str
The Amazon Resource Name (ARN) of the schema.
SchemaDefinition => Str
The schema definition for the schema ID.
SchemaVersionId => Str
The SchemaVersionId
of the schema version.
Status => Str
The status of the schema version.
Valid values are: "AVAILABLE"
, "PENDING"
, "FAILURE"
, "DELETING"
=head2 VersionNumber => Int
The version number of the schema.