Class: Aws::IoTEvents::Types::ClearTimerAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ClearTimerAction
- 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
-
#timer_name ⇒ String
The name of the timer to clear.
Instance Attribute Details
#timer_name ⇒ String
The name of the timer to clear.
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 |