Class: Aws::Types::PatchOperation
- Inherits:
-
Object
- Object
- Aws::Types::PatchOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ ::String
Returns the value of attribute from.
-
#op ⇒ "add", ...
Returns the value of attribute op.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#from ⇒ ::String
Returns the value of attribute from.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def from @from end |
#op ⇒ "add", ...
Returns the value of attribute op.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def op @op end |
#path ⇒ ::String
Returns the value of attribute path.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def path @path end |
#value ⇒ ::String
Returns the value of attribute value.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def value @value end |