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
2572 |
# File 'sig/client.rbs', line 2572
def created_time: () -> ::String
|
#data_format ⇒ "AVRO", ...
2568 |
# File 'sig/client.rbs', line 2568
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#schema_arn ⇒ ::String
2569 |
# File 'sig/client.rbs', line 2569
def schema_arn: () -> ::String
|
#schema_definition ⇒ ::String
2567 |
# File 'sig/client.rbs', line 2567
def schema_definition: () -> ::String
|
#schema_version_id ⇒ ::String
2566 |
# File 'sig/client.rbs', line 2566
def schema_version_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
2571 |
# File 'sig/client.rbs', line 2571
def status: () -> ("AVAILABLE" | "PENDING" | "FAILURE" | "DELETING")
|
#version_number ⇒ ::Integer
2570 |
# File 'sig/client.rbs', line 2570
def version_number: () -> ::Integer
|