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.
8152 8153 8154 |
# File 'sig/types.rbs', line 8152 def description @description end |
#registry_id ⇒ Types::RegistryId
Returns the value of attribute registry_id.
8151 8152 8153 |
# File 'sig/types.rbs', line 8151 def registry_id @registry_id end |