Class: Aws::IoTEventsData::Types::TimerDefinition

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

Overview

The new setting of a timer.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the timer.

Returns:

  • (String)


1256
1257
1258
1259
1260
1261
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1256

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

#secondsInteger

The new setting of the timer (the number of seconds before the timer elapses).

Returns:

  • (Integer)


1256
1257
1258
1259
1260
1261
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 1256

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