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
2537 |
# File 'sig/client.rbs', line 2537
def created_time: () -> ::String
|
#data_format ⇒ "AVRO", ...
2535 |
# File 'sig/client.rbs', line 2535
def data_format: () -> ("AVRO" | "JSON" | "PROTOBUF")
|
#schema_arn ⇒ ::String
2534 |
# File 'sig/client.rbs', line 2534
def schema_arn: () -> ::String
|
#schema_version_id ⇒ ::String
2533 |
# File 'sig/client.rbs', line 2533
def schema_version_id: () -> ::String
|
#status ⇒ "AVAILABLE", ...
2536 |
# File 'sig/client.rbs', line 2536
def status: () -> ("AVAILABLE" | "PENDING" | "FAILURE" | "DELETING")
|