Module: Aws::Glue::Client::_DeleteRegistryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteRegistryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#registry_arn ⇒ ::String
1389 |
# File 'sig/client.rbs', line 1389
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
1388 |
# File 'sig/client.rbs', line 1388
def registry_name: () -> ::String
|
#status ⇒ "AVAILABLE", "DELETING"
1390 |
# File 'sig/client.rbs', line 1390
def status: () -> ("AVAILABLE" | "DELETING")
|