Class: Aws::IoTEventsData::Types::Timer

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

Overview

The current state of a timer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the timer.

Returns:

  • (String)


1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1238

class Timer < Struct.new(
  :name,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The expiration time for the timer.

Returns:

  • (Time)


1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1238

class Timer < Struct.new(
  :name,
  :timestamp)
  SENSITIVE = []
  include Aws::Structure
end