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", ...
2501 |
# File 'sig/client.rbs', line 2501
def compatibility: () -> ("NONE" | "DISABLED" | "BACKWARD" | "BACKWARD_ALL" | "FORWARD" | "FORWARD_ALL" | "FULL" | "FULL_ALL")
|
#created_time ⇒ ::String
2506 |
# File 'sig/client.rbs', line 2506
def created_time: () -> ::String
|
#data_format ⇒ "AVRO", ...
2500 |
# File 'sig/client.rbs', line 2500
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#description ⇒ ::String
2499 |
# File 'sig/client.rbs', line 2499
def description: () -> ::String
|
#latest_schema_version ⇒ ::Integer
2503 |
# File 'sig/client.rbs', line 2503
def latest_schema_version: () -> ::Integer
|
#next_schema_version ⇒ ::Integer
2504 |
# File 'sig/client.rbs', line 2504
def next_schema_version: () -> ::Integer
|
#registry_arn ⇒ ::String
2496 |
# File 'sig/client.rbs', line 2496
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
2495 |
# File 'sig/client.rbs', line 2495
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
2498 |
# File 'sig/client.rbs', line 2498
def schema_arn: () -> ::String
|
#schema_checkpoint ⇒ ::Integer
2502 |
# File 'sig/client.rbs', line 2502
def schema_checkpoint: () -> ::Integer
|
#schema_name ⇒ ::String
2497 |
# File 'sig/client.rbs', line 2497
def schema_name: () -> ::String
|
#schema_status ⇒ "AVAILABLE", ...
2505 |
# File 'sig/client.rbs', line 2505
def schema_status: () -> ("AVAILABLE" | "PENDING" | "DELETING")
|
#updated_time ⇒ ::String
2507 |
# File 'sig/client.rbs', line 2507
def updated_time: () -> ::String
|