Class: Aws::Types::SetTimerAction
- Inherits:
-
Object
- Object
- Aws::Types::SetTimerAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#duration_expression ⇒ ::String
Returns the value of attribute duration_expression.
-
#seconds ⇒ ::Integer
Returns the value of attribute seconds.
-
#timer_name ⇒ ::String
Returns the value of attribute timer_name.
Instance Attribute Details
#duration_expression ⇒ ::String
Returns the value of attribute duration_expression.
678 679 680 |
# File 'sig/types.rbs', line 678 def duration_expression @duration_expression end |
#seconds ⇒ ::Integer
Returns the value of attribute seconds.
677 678 679 |
# File 'sig/types.rbs', line 677 def seconds @seconds end |
#timer_name ⇒ ::String
Returns the value of attribute timer_name.
676 677 678 |
# File 'sig/types.rbs', line 676 def timer_name @timer_name end |