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
2558 |
# File 'sig/client.rbs', line 2558
def created_time: () -> ::String
|
#data_format ⇒ "AVRO", ...
2554 |
# File 'sig/client.rbs', line 2554
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#schema_arn ⇒ ::String
2555 |
# File 'sig/client.rbs', line 2555
def schema_arn: () -> ::String
|
#schema_definition ⇒ ::String
2553 |
# File 'sig/client.rbs', line 2553
def schema_definition: () -> ::String
|
#schema_version_id ⇒ ::String
2552 |
# File 'sig/client.rbs', line 2552
def schema_version_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
2557 |
# File 'sig/client.rbs', line 2557
def status: () -> ("AVAILABLE" | "PENDING" | "FAILURE" | "DELETING")
|
#version_number ⇒ ::Integer
2556 |
# File 'sig/client.rbs', line 2556
def version_number: () -> ::Integer
|