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

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

Overview

Information needed to clear the timer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timer_nameString

The name of the timer to clear.

Returns:

  • (String)


770
771
772
773
774
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 770

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