Module: Aws::Glue::Client::_GetRegistryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRegistryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_time ⇒ ::String
- #description ⇒ ::String
- #registry_arn ⇒ ::String
- #registry_name ⇒ ::String
- #status ⇒ "AVAILABLE", "DELETING"
- #updated_time ⇒ ::String
Instance Method Details
#created_time ⇒ ::String
2482 |
# File 'sig/client.rbs', line 2482
def created_time: () -> ::String
|
#description ⇒ ::String
2480 |
# File 'sig/client.rbs', line 2480
def description: () -> ::String
|
#registry_arn ⇒ ::String
2479 |
# File 'sig/client.rbs', line 2479
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
2478 |
# File 'sig/client.rbs', line 2478
def registry_name: () -> ::String
|
#status ⇒ "AVAILABLE", "DELETING"
2481 |
# File 'sig/client.rbs', line 2481
def status: () -> ("AVAILABLE" | "DELETING")
|
#updated_time ⇒ ::String
2483 |
# File 'sig/client.rbs', line 2483
def updated_time: () -> ::String
|