Class: Aws::Types::UpdateRegistryInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRegistryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#registry_id ⇒ Types::RegistryId
Returns the value of attribute registry_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
8222 8223 8224 |
# File 'sig/types.rbs', line 8222 def description @description end |
#registry_id ⇒ Types::RegistryId
Returns the value of attribute registry_id.
8221 8222 8223 |
# File 'sig/types.rbs', line 8221 def registry_id @registry_id end |