Class: Aws::Types::Record

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)


252
253
254
# File 'sig/types.rbs', line 252

def device_last_modified_date
  @device_last_modified_date
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def key
  @key
end

#last_modified_by::String

Returns the value of attribute last_modified_by.

Returns:

  • (::String)


251
252
253
# File 'sig/types.rbs', line 251

def last_modified_by
  @last_modified_by
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


250
251
252
# File 'sig/types.rbs', line 250

def last_modified_date
  @last_modified_date
end

#sync_count::Integer

Returns the value of attribute sync_count.

Returns:

  • (::Integer)


249
250
251
# File 'sig/types.rbs', line 249

def sync_count
  @sync_count
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


248
249
250
# File 'sig/types.rbs', line 248

def value
  @value
end