Class: Aws::Types::Timer

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def name
  @name
end

#timestamp ⇒ ::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


378
379
380
# File 'sig/types.rbs', line 378

def timestamp
  @timestamp
end