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
2468 |
# File 'sig/client.rbs', line 2468
def created_time: () -> ::String
|
#description ⇒ ::String
2466 |
# File 'sig/client.rbs', line 2466
def description: () -> ::String
|
#registry_arn ⇒ ::String
2465 |
# File 'sig/client.rbs', line 2465
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
2464 |
# File 'sig/client.rbs', line 2464
def registry_name: () -> ::String
|
#status ⇒ "AVAILABLE", "DELETING"
2467 |
# File 'sig/client.rbs', line 2467
def status: () -> ("AVAILABLE" | "DELETING")
|
#updated_time ⇒ ::String
2469 |
# File 'sig/client.rbs', line 2469
def updated_time: () -> ::String
|