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

Class: Aws::IoTEventsData::Types::Detector

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

Overview

Information about the detector (instance).

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the detector (instance) was created.

Returns:

  • (Time)

    The time the detector (instance) was created.

#detector_model_nameString

The name of the detector model that created this detector (instance).

Returns:

  • (String)

    The name of the detector model that created this detector (instance).

#detector_model_versionString

The version of the detector model that created this detector (instance).

Returns:

  • (String)

    The version of the detector model that created this detector (instance).

#key_valueString

The value of the key (identifying the device or system) that caused the creation of this detector (instance).

Returns:

  • (String)

    The value of the key (identifying the device or system) that caused the creation of this detector (instance).

#last_update_timeTime

The time the detector (instance) was last updated.

Returns:

  • (Time)

    The time the detector (instance) was last updated.

#stateTypes::DetectorState

The current state of the detector (instance).

Returns: