Class: Aws::Types::CreateRegistryRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegistryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
65 66 67 |
# File 'sig/types.rbs', line 65 def description @description end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
66 67 68 |
# File 'sig/types.rbs', line 66 def registry_name @registry_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
67 68 69 |
# File 'sig/types.rbs', line 67 def end |