Class: Aws::Types::CreatedAt

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#after::Time

Returns the value of attribute after.

Returns:

  • (::Time)


508
509
510
# File 'sig/types.rbs', line 508

def after
  @after
end

#before::Time

Returns the value of attribute before.

Returns:

  • (::Time)


507
508
509
# File 'sig/types.rbs', line 507

def before
  @before
end