Module: Aws::Glue::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
864 |
# File 'sig/client.rbs', line 864
def description: () -> ::String
|
#registry_arn ⇒ ::String
862 |
# File 'sig/client.rbs', line 862
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
863 |
# File 'sig/client.rbs', line 863
def registry_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
865 |
# File 'sig/client.rbs', line 865
def tags: () -> ::Hash[::String, ::String]
|