Module: Aws::Glue::Client::_DeleteSchemaResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteSchemaResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#schema_arn ⇒ ::String
1413 |
# File 'sig/client.rbs', line 1413
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
1414 |
# File 'sig/client.rbs', line 1414
def schema_name: () -> ::String
|
#status ⇒ "AVAILABLE", ...
1415 |
# File 'sig/client.rbs', line 1415
def status: () -> ("AVAILABLE" | "PENDING" | "DELETING")
|