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", ...
2527 |
# File 'sig/client.rbs', line 2527
def compatibility: () -> ("NONE" | "DISABLED" | "BACKWARD" | "BACKWARD_ALL" | "FORWARD" | "FORWARD_ALL" | "FULL" | "FULL_ALL")
|
#created_time ⇒ ::String
2532 |
# File 'sig/client.rbs', line 2532
def created_time: () -> ::String
|
#data_format ⇒ "AVRO", ...
2526 |
# File 'sig/client.rbs', line 2526
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#description ⇒ ::String
2525 |
# File 'sig/client.rbs', line 2525
def description: () -> ::String
|
#latest_schema_version ⇒ ::Integer
2529 |
# File 'sig/client.rbs', line 2529
def latest_schema_version: () -> ::Integer
|
#next_schema_version ⇒ ::Integer
2530 |
# File 'sig/client.rbs', line 2530
def next_schema_version: () -> ::Integer
|
#registry_arn ⇒ ::String
2522 |
# File 'sig/client.rbs', line 2522
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
2521 |
# File 'sig/client.rbs', line 2521
def registry_name: () -> ::String
|
#schema_arn ⇒ ::String
2524 |
# File 'sig/client.rbs', line 2524
def schema_arn: () -> ::String
|
#schema_checkpoint ⇒ ::Integer
2528 |
# File 'sig/client.rbs', line 2528
def schema_checkpoint: () -> ::Integer
|
#schema_name ⇒ ::String
2523 |
# File 'sig/client.rbs', line 2523
def schema_name: () -> ::String
|
#schema_status ⇒ "AVAILABLE", ...
2531 |
# File 'sig/client.rbs', line 2531
def schema_status: () -> ("AVAILABLE" | "PENDING" | "DELETING")
|
#updated_time ⇒ ::String
2533 |
# File 'sig/client.rbs', line 2533
def updated_time: () -> ::String
|