Module: Aws::Glue::Client::_GetSchemaVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSchemaVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::String
- #data_format ⇒ "AVRO", ...
- #schema_arn ⇒ ::String
- #schema_definition ⇒ ::String
- #schema_version_id ⇒ ::String
- #status ⇒ "AVAILABLE", ...
- #version_number ⇒ ::Integer
Instance Method Details
#created_time ⇒ ::String
2546 |
# File 'sig/client.rbs', line 2546
def created_time: () -> ::String
|
#data_format ⇒ "AVRO", ...
2542 |
# File 'sig/client.rbs', line 2542
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#schema_arn ⇒ ::String
2543 |
# File 'sig/client.rbs', line 2543
def schema_arn: () -> ::String
|
#schema_definition ⇒ ::String
2541 |
# File 'sig/client.rbs', line 2541
def schema_definition: () -> ::String
|
#schema_version_id ⇒ ::String
2540 |
# File 'sig/client.rbs', line 2540
def schema_version_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
2545 |
# File 'sig/client.rbs', line 2545
def status: () -> ("AVAILABLE" | "PENDING" | "FAILURE" | "DELETING")
|
#version_number ⇒ ::Integer
2544 |
# File 'sig/client.rbs', line 2544
def version_number: () -> ::Integer
|