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
2525 |
# File 'sig/client.rbs', line 2525
def created_time: () -> ::String
|
#data_format ⇒ "AVRO", ...
2523 |
# File 'sig/client.rbs', line 2523
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#schema_arn ⇒ ::String
2522 |
# File 'sig/client.rbs', line 2522
def schema_arn: () -> ::String
|
#schema_version_id ⇒ ::String
2521 |
# File 'sig/client.rbs', line 2521
def schema_version_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
2524 |
# File 'sig/client.rbs', line 2524
def status: () -> ("AVAILABLE" | "PENDING" | "FAILURE" | "DELETING")
|