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
2582 |
# File 'sig/client.rbs', line 2582
def created_time: () -> ::String
|
#data_format ⇒ "AVRO", ...
2578 |
# File 'sig/client.rbs', line 2578
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#schema_arn ⇒ ::String
2579 |
# File 'sig/client.rbs', line 2579
def schema_arn: () -> ::String
|
#schema_definition ⇒ ::String
2577 |
# File 'sig/client.rbs', line 2577
def schema_definition: () -> ::String
|
#schema_version_id ⇒ ::String
2576 |
# File 'sig/client.rbs', line 2576
def schema_version_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
2581 |
# File 'sig/client.rbs', line 2581
def status: () -> ("AVAILABLE" | "PENDING" | "FAILURE" | "DELETING")
|
#version_number ⇒ ::Integer
2580 |
# File 'sig/client.rbs', line 2580
def version_number: () -> ::Integer
|