Module: Aws::Glue::Client::_GetSchemaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSchemaResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #compatibility ⇒ "NONE", ...
- #created_time ⇒ ::String
- #data_format ⇒ "AVRO", ...
- #description ⇒ ::String
- #latest_schema_version ⇒ ::Integer
- #next_schema_version ⇒ ::Integer
- #registry_arn ⇒ ::String
- #registry_name ⇒ ::String
- #schema_arn ⇒ ::String
- #schema_checkpoint ⇒ ::Integer
- #schema_name ⇒ ::String
- #schema_status ⇒ "AVAILABLE", ...
- #updated_time ⇒ ::String
Instance Method Details
#compatibility ⇒ "NONE", ...
2537 |
# File 'sig/client.rbs', line 2537
def compatibility: () -> ("NONE" | "DISABLED" | "BACKWARD" | "BACKWARD_ALL" | "FORWARD" | "FORWARD_ALL" | "FULL" | "FULL_ALL")
|
#created_time ⇒ ::String
2542 |
# File 'sig/client.rbs', line 2542
def created_time: () -> ::String
|
#data_format ⇒ "AVRO", ...
2536 |
# File 'sig/client.rbs', line 2536
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#description ⇒ ::String
2535 |
# File 'sig/client.rbs', line 2535
def description: () -> ::String
|
#latest_schema_version ⇒ ::Integer
2539 |
# File 'sig/client.rbs', line 2539
def latest_schema_version: () -> ::Integer
|
#next_schema_version ⇒ ::Integer
2540 |
# File 'sig/client.rbs', line 2540
def next_schema_version: () -> ::Integer
|
#registry_arn ⇒ ::String
2532 |
# File 'sig/client.rbs', line 2532
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
2531 |
# File 'sig/client.rbs', line 2531
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
2534 |
# File 'sig/client.rbs', line 2534
def schema_arn: () -> ::String
|
#schema_checkpoint ⇒ ::Integer
2538 |
# File 'sig/client.rbs', line 2538
def schema_checkpoint: () -> ::Integer
|
#schema_name ⇒ ::String
2533 |
# File 'sig/client.rbs', line 2533
def schema_name: () -> ::String
|
#schema_status ⇒ "AVAILABLE", ...
2541 |
# File 'sig/client.rbs', line 2541
def schema_status: () -> ("AVAILABLE" | "PENDING" | "DELETING")
|
#updated_time ⇒ ::String
2543 |
# File 'sig/client.rbs', line 2543
def updated_time: () -> ::String
|