Module: Aws::Schemas::Client::_UpdateRegistryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRegistryResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #registry_arn ⇒ ::String
- #registry_name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#description ⇒ ::String
435 |
# File 'sig/client.rbs', line 435
def description: () -> ::String
|
#registry_arn ⇒ ::String
436 |
# File 'sig/client.rbs', line 436
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
437 |
# File 'sig/client.rbs', line 437
def registry_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
438 |
# File 'sig/client.rbs', line 438
def tags: () -> ::Hash[::String, ::String]
|