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
show all
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

Instance Attribute Details

#timer_nameString

The name of the timer to reset.

Returns:

  • (String)

    The name of the timer to reset.