Class: Aws::Types::CreateRegistryInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateRegistryInput
- 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.
1697 1698 1699 |
# File 'sig/types.rbs', line 1697 def description @description end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
1696 1697 1698 |
# File 'sig/types.rbs', line 1696 def registry_name @registry_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1698 1699 1700 |
# File 'sig/types.rbs', line 1698 def @tags end |