Class: Aws::IoTEvents::Types::ResetTimerAction

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timer_nameString

The name of the timer to reset.

Returns:

  • (String)


2589
2590
2591
2592
2593
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2589

class ResetTimerAction < Struct.new(
  :timer_name)
  SENSITIVE = []
  include Aws::Structure
end