Class: Aws::Types::RecordPatch
- Inherits:
-
Object
- Object
- Aws::Types::RecordPatch
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_last_modified_date ⇒ ::Time
Returns the value of attribute device_last_modified_date.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#op ⇒ "replace", "remove"
Returns the value of attribute op.
-
#sync_count ⇒ ::Integer
Returns the value of attribute sync_count.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#device_last_modified_date ⇒ ::Time
Returns the value of attribute device_last_modified_date.
261 262 263 |
# File 'sig/types.rbs', line 261 def device_last_modified_date @device_last_modified_date end |
#key ⇒ ::String
Returns the value of attribute key.
258 259 260 |
# File 'sig/types.rbs', line 258 def key @key end |
#op ⇒ "replace", "remove"
Returns the value of attribute op.
257 258 259 |
# File 'sig/types.rbs', line 257 def op @op end |
#sync_count ⇒ ::Integer
Returns the value of attribute sync_count.
260 261 262 |
# File 'sig/types.rbs', line 260 def sync_count @sync_count end |
#value ⇒ ::String
Returns the value of attribute value.
259 260 261 |
# File 'sig/types.rbs', line 259 def value @value end |