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

Class: Aws::IoTEvents::Types::DetectorModelVersionSummary

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

Overview

Information about the detector model version.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time the detector model version was created.

Returns:

  • (Time)

    The time the detector model version was created.

#detector_model_arnString

The ARN of the detector model version.

Returns:

  • (String)

    The ARN of the detector model version.

#detector_model_nameString

The name of the detector model.

Returns:

  • (String)

    The name of the detector model.

#detector_model_versionString

The ID of the detector model version.

Returns:

  • (String)

    The ID of the detector model version.

#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.

#last_update_timeTime

The last time the detector model version was updated.

Returns:

  • (Time)

    The last time the detector model version was updated.

#role_arnString

The ARN of the role that grants the detector model permission to perform its tasks.

Returns:

  • (String)

    The ARN of the role that grants the detector model permission to perform its tasks.

#statusString

The status of the detector model version.

Possible values:

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

Returns:

  • (String)

    The status of the detector model version.