Module: Aws::Schemas::Client::_DescribeRegistryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeRegistryResponse]
- 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
204 |
# File 'sig/client.rbs', line 204
def description: () -> ::String
|
#registry_arn ⇒ ::String
205 |
# File 'sig/client.rbs', line 205
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def registry_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
207 |
# File 'sig/client.rbs', line 207
def tags: () -> ::Hash[::String, ::String]
|