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)


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

def after
  @after
end

#before::Time

Returns the value of attribute before.

Returns:

  • (::Time)


505
506
507
# File 'sig/types.rbs', line 505

def before
  @before
end