You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::CreateSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateSchemaResponse
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#compatibility ⇒ String
The schema compatibility mode.
-
#data_format ⇒ String
The data format of the schema definition.
-
#description ⇒ String
A description of the 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.
-
#schema_version_id ⇒ String
The unique identifier of the first schema version.
-
#schema_version_status ⇒ String
The status of the first schema version created.
-
#tags ⇒ Hash<String,String>
The tags for the schema.
Instance Attribute Details
#compatibility ⇒ String
The schema compatibility mode.
Possible values:
- NONE
- DISABLED
- BACKWARD
- BACKWARD_ALL
- FORWARD
- FORWARD_ALL
- FULL
- FULL_ALL
#data_format ⇒ String
The data format of the schema definition. Currently only AVRO
is
supported.
Possible values:
- AVRO
#description ⇒ String
A description of the 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
#schema_version_id ⇒ String
The unique identifier of the first schema version.
#schema_version_status ⇒ String
The status of the first schema version created.
Possible values:
- AVAILABLE
- PENDING
- FAILURE
- DELETING
#tags ⇒ Hash<String,String>
The tags for the schema.