Module: Aws::Schemas::Client::_CreateRegistryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRegistryResponse]
- 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
102 |
# File 'sig/client.rbs', line 102
def description: () -> ::String
|
#registry_arn ⇒ ::String
103 |
# File 'sig/client.rbs', line 103
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
104 |
# File 'sig/client.rbs', line 104
def registry_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
105 |
# File 'sig/client.rbs', line 105
def tags: () -> ::Hash[::String, ::String]
|