Class: Aws::IoTEventsData::Types::TimerDefinition
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::TimerDefinition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
The new setting of a timer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the timer.
-
#seconds ⇒ Integer
The new setting of the timer (the number of seconds before the timer elapses).
Instance Attribute Details
#name ⇒ String
The name of the timer.
1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1256 class TimerDefinition < Struct.new( :name, :seconds) SENSITIVE = [] include Aws::Structure end |
#seconds ⇒ Integer
The new setting of the timer (the number of seconds before the timer elapses).
1256 1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1256 class TimerDefinition < Struct.new( :name, :seconds) SENSITIVE = [] include Aws::Structure end |