Class: Aws::IoTEventsData::Types::DetectorState

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

Overview

Information about the current state of the detector instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#state_nameString

The name of the state.

Returns:

  • (String)


719
720
721
722
723
724
725
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 719

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

#timersArray<Types::Timer>

The current state of the detector's timers.

Returns:



719
720
721
722
723
724
725
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 719

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

#variablesArray<Types::Variable>

The current values of the detector's variables.

Returns:



719
720
721
722
723
724
725
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 719

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