You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::GetSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetSchemaResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#compatibility ⇒ String
The compatibility mode of the schema.
-
#created_time ⇒ String
The date and time the schema was created.
-
#data_format ⇒ String
The data format of the schema definition.
-
#description ⇒ String
A description of schema if specified when created.
-
#latest_schema_version ⇒ Integer
The latest version of the schema associated with the returned schema definition.
-
#next_schema_version ⇒ Integer
The next version of the schema associated with the returned schema definition.
-
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the registry.
-
#registry_name ⇒ String
The name of the registry.
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
-
#schema_checkpoint ⇒ Integer
The version number of the checkpoint (the last time the compatibility mode was changed).
-
#schema_name ⇒ String
The name of the schema.
-
#schema_status ⇒ String
The status of the schema.
-
#updated_time ⇒ String
The date and time the schema was updated.
Instance Attribute Details
#compatibility ⇒ String
The compatibility mode of the schema.
Possible values:
- NONE
- DISABLED
- BACKWARD
- BACKWARD_ALL
- FORWARD
- FORWARD_ALL
- FULL
- FULL_ALL
#created_time ⇒ String
The date and time the schema was created.
#data_format ⇒ String
The data format of the schema definition. Currently only AVRO
is
supported.
Possible values:
- AVRO
#description ⇒ String
A description of schema if specified when created
#latest_schema_version ⇒ Integer
The latest version of the schema associated with the returned schema definition.
#next_schema_version ⇒ Integer
The next version of the schema associated with the returned schema definition.
#registry_arn ⇒ String
The Amazon Resource Name (ARN) of the registry.
#registry_name ⇒ String
The name of the registry.
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema.
#schema_checkpoint ⇒ Integer
The version number of the checkpoint (the last time the compatibility mode was changed).
#schema_name ⇒ String
The name of the schema.
#schema_status ⇒ String
The status of the schema.
Possible values:
- AVAILABLE
- PENDING
- DELETING
#updated_time ⇒ String
The date and time the schema was updated.