Class: Aws::IoTEventsData::Types::DetectorStateDefinition

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

Overview

The new state, variable values, and timer settings of the detector (instance).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#state_nameString

The name of the new state of the detector (instance).

Returns:

  • (String)


744
745
746
747
748
749
750
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 744

class DetectorStateDefinition < Struct.new(
  :state_name,
  :variables,
  :timers)
  SENSITIVE = []
  include Aws::Structure
end

#timersArray<Types::TimerDefinition>

The new values of the detector's timers. Any timer whose value isn't specified is cleared, and its timeout event won't occur.

Returns:



744
745
746
747
748
749
750
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 744

class DetectorStateDefinition < Struct.new(
  :state_name,
  :variables,
  :timers)
  SENSITIVE = []
  include Aws::Structure
end

#variablesArray<Types::VariableDefinition>

The new values of the detector's variables. Any variable whose value isn't specified is cleared.

Returns:



744
745
746
747
748
749
750
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 744

class DetectorStateDefinition < Struct.new(
  :state_name,
  :variables,
  :timers)
  SENSITIVE = []
  include Aws::Structure
end