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
875 |
# File 'sig/client.rbs', line 875
def description: () -> ::String
|
#registry_arn ⇒ ::String
873 |
# File 'sig/client.rbs', line 873
def registry_arn: () -> ::String
|
#registry_name ⇒ ::String
874 |
# File 'sig/client.rbs', line 874
def registry_name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
876 |
# File 'sig/client.rbs', line 876
def tags: () -> ::Hash[::String, ::String]
|