Class: Aws::Types::SetTimerAction

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#duration_expression ⇒ ::String

Returns the value of attribute duration_expression.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def duration_expression
  @duration_expression
end

#seconds ⇒ ::Integer

Returns the value of attribute seconds.

Returns:

  • (::Integer)


677
678
679
# File 'sig/types.rbs', line 677

def seconds
  @seconds
end

#timer_name ⇒ ::String

Returns the value of attribute timer_name.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def timer_name
  @timer_name
end