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.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def value @value end |