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
2492 |
# File 'sig/client.rbs', line 2492
def created_time: () -> ::String
|
#description ⇒ ::String
2490 |
# File 'sig/client.rbs', line 2490
def description: () -> ::String
|
#registry_arn ⇒ ::String
2489 |
# File 'sig/client.rbs', line 2489
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
2488 |
# File 'sig/client.rbs', line 2488
def registry_name: () -> ::String
|
#status ⇒ "AVAILABLE", "DELETING"
2491 |
# File 'sig/client.rbs', line 2491
def status: () -> ("AVAILABLE" | "DELETING")
|
#updated_time ⇒ ::String
2493 |
# File 'sig/client.rbs', line 2493
def updated_time: () -> ::String
|