class Aws::IoTEventsData::Types::TimerDefinition

The new setting of a timer.

@note When making an API call, you may pass TimerDefinition

data as a hash:

    {
      name: "TimerName", # required
      seconds: 1, # required
    }

@!attribute [rw] name

The name of the timer.
@return [String]

@!attribute [rw] seconds

The new setting of the timer (the number of seconds before the timer
elapses).
@return [Integer]

Constants

SENSITIVE