You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the current state of the detector instance.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#state_nameString

The name of the state.

Returns:

  • (String)

    The name of the state.

#timersArray<Types::Timer>

The current state of the detector\'s timers.

Returns:

  • (Array<Types::Timer>)

    The current state of the detector\'s timers.

#variablesArray<Types::Variable>

The current values of the detector\'s variables.

Returns:

  • (Array<Types::Variable>)

    The current values of the detector\'s variables.