Class: Aws::IoTEventsData::Types::Timer
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::Timer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
The current state of a timer.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the timer.
-
#timestamp ⇒ Time
The expiration time for the timer.
Instance Attribute Details
#name ⇒ String
The name of the timer.
1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1238 class Timer < Struct.new( :name, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The expiration time for the timer.
1238 1239 1240 1241 1242 1243 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1238 class Timer < Struct.new( :name, :timestamp) SENSITIVE = [] include Aws::Structure end |