Module: Aws::Glue::Client::_GetSchemaByDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSchemaByDefinitionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::String
- #data_format ⇒ "AVRO", ...
- #schema_arn ⇒ ::String
- #schema_version_id ⇒ ::String
- #status ⇒ "AVAILABLE", ...
Instance Method Details
#created_time ⇒ ::String
2551 |
# File 'sig/client.rbs', line 2551
def created_time: () -> ::String
|
#data_format ⇒ "AVRO", ...
2549 |
# File 'sig/client.rbs', line 2549
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#schema_arn ⇒ ::String
2548 |
# File 'sig/client.rbs', line 2548
def schema_arn: () -> ::String
|
#schema_version_id ⇒ ::String
2547 |
# File 'sig/client.rbs', line 2547
def schema_version_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
2550 |
# File 'sig/client.rbs', line 2550
def status: () -> ("AVAILABLE" | "PENDING" | "FAILURE" | "DELETING")
|