Class: Aws::Types::UpdateCondition
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exists ⇒ Boolean
Returns the value of attribute exists.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#exists ⇒ Boolean
Returns the value of attribute exists.
225 226 227 |
# File 'sig/types.rbs', line 225 def exists @exists end |
#name ⇒ ::String
Returns the value of attribute name.
223 224 225 |
# File 'sig/types.rbs', line 223 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
224 225 226 |
# File 'sig/types.rbs', line 224 def value @value end |