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

Class: Aws::IoTEvents::Types::DetectorModelConfiguration

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the detector model was created.

Returns:

  • (Time)

    The time the detector model was created.

#detector_model_arnString

The ARN of the detector model.

Returns:

  • (String)

    The ARN of the detector model.

#detector_model_descriptionString

A brief description of the detector model.

Returns:

  • (String)

    A brief description of the detector model.

#detector_model_nameString

The name of the detector model.

Returns:

  • (String)

    The name of the detector model.

#detector_model_versionString

The version of the detector model.

Returns:

  • (String)

    The version of the detector model.

#evaluation_methodString

Information about the order in which events are evaluated and how actions are executed.

Possible values:

  • BATCH
  • SERIAL

Returns:

  • (String)

    Information about the order in which events are evaluated and how actions are executed.

#keyString

The value used to identify a detector instance. When a device or system sends input, a new detector instance with a unique key value is created. AWS IoT Events can continue to route input to its corresponding detector instance based on this identifying information.

This parameter uses a JSON-path expression to select the attribute-value pair in the message payload that is used for identification. To route the message to the correct detector instance, the device must send a message payload that contains the same attribute-value.

Returns:

  • (String)

    The value used to identify a detector instance.

#last_update_timeTime

The time the detector model was last updated.

Returns:

  • (Time)

    The time the detector model was last updated.

#role_arnString

The ARN of the role that grants permission to AWS IoT Events to perform its operations.

Returns:

  • (String)

    The ARN of the role that grants permission to AWS IoT Events to perform its operations.

#statusString

The status of the detector model.

Possible values:

  • ACTIVE
  • ACTIVATING
  • INACTIVE
  • DEPRECATED
  • DRAFT
  • PAUSED
  • FAILED

Returns:

  • (String)

    The status of the detector model.