Class: Aws::Types::RecordPatch

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_last_modified_date::Time

Returns the value of attribute device_last_modified_date.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def key
  @key
end

#op"replace", "remove"

Returns the value of attribute op.

Returns:

  • ("replace", "remove")


257
258
259
# File 'sig/types.rbs', line 257

def op
  @op
end

#sync_count::Integer

Returns the value of attribute sync_count.

Returns:

  • (::Integer)


260
261
262
# File 'sig/types.rbs', line 260

def sync_count
  @sync_count
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


259
260
261
# File 'sig/types.rbs', line 259

def value
  @value
end