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.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def description @description end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def registry_name @registry_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def @tags end |