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
2456 |
# File 'sig/client.rbs', line 2456
def created_time: () -> ::String
|
#description ⇒ ::String
2454 |
# File 'sig/client.rbs', line 2454
def description: () -> ::String
|
#registry_arn ⇒ ::String
2453 |
# File 'sig/client.rbs', line 2453
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
2452 |
# File 'sig/client.rbs', line 2452
def registry_name: () -> ::String
|
#status ⇒ "AVAILABLE", "DELETING"
2455 |
# File 'sig/client.rbs', line 2455
def status: () -> ("AVAILABLE" | "DELETING")
|
#updated_time ⇒ ::String
2457 |
# File 'sig/client.rbs', line 2457
def updated_time: () -> ::String
|