Class: Aws::Types::UpdateParam
- Inherits:
-
Object
- Object
- Aws::Types::UpdateParam
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "Version", ...
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#type ⇒ "Version", ...
Returns the value of attribute type.
2118 2119 2120 |
# File 'sig/types.rbs', line 2118 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
2119 2120 2121 |
# File 'sig/types.rbs', line 2119 def value @value end |