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

Class: Aws::FraudDetector::Types::DetectorVersionSummary

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

Overview

The summary of the detector version.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The detector version description.

Returns:

  • (String)

    The detector version description.

#detector_version_idString

The detector version ID.

Returns:

  • (String)

    The detector version ID.

#last_updated_timeString

Timestamp of when the detector version was last updated.

Returns:

  • (String)

    Timestamp of when the detector version was last updated.

#statusString

The detector version status.

Possible values:

  • DRAFT
  • ACTIVE
  • INACTIVE

Returns:

  • (String)

    The detector version status.