You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTEvents::Types::ClearTimerAction

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ClearTimerAction as input to an Aws::Client method, you can use a vanilla Hash:

{
  timer_name: "TimerName", # required
}

Information needed to clear the timer.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#timer_nameString

The name of the timer to clear.

Returns:

  • (String)

    The name of the timer to clear.