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
1424 |
# File 'sig/client.rbs', line 1424
def schema_arn: () -> ::String
|
#schema_name ⇒ ::String
1425 |
# File 'sig/client.rbs', line 1425
def schema_name: () -> ::String
|
#status ⇒ "AVAILABLE", ...
1426 |
# File 'sig/client.rbs', line 1426
def status: () -> ("AVAILABLE" | "PENDING" | "DELETING")
|