You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTEvents::Types::ResetTimerAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ResetTimerAction
- Defined in:
- (unknown)
Overview
Note:
When passing ResetTimerAction as input to an Aws::Client method, you can use a vanilla Hash:
{
timer_name: "TimerName", # required
}
Information required to reset the timer. The timer is reset to the previously evaluated result of the duration. The duration expression isn't reevaluated when you reset the timer.
Returned by:
Instance Attribute Summary collapse
-
#timer_name ⇒ String
The name of the timer to reset.
Instance Attribute Details
#timer_name ⇒ String
The name of the timer to reset.