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

Class: Aws::FraudDetector::Types::RuleDetail

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

Overview

The details of the rule.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The rule ARN.

Returns:

  • (String)

    The rule ARN.

#created_timeString

The timestamp of when the rule was created.

Returns:

  • (String)

    The timestamp of when the rule was created.

#descriptionString

The rule description.

Returns:

  • (String)

    The rule description.

#detector_idString

The detector for which the rule is associated.

Returns:

  • (String)

    The detector for which the rule is associated.

#expressionString

The rule expression.

Returns:

  • (String)

    The rule expression.

#languageString

The rule language.

Possible values:

  • DETECTORPL

Returns:

  • (String)

    The rule language.

#last_updated_timeString

Timestamp of the last time the rule was updated.

Returns:

  • (String)

    Timestamp of the last time the rule was updated.

#outcomesArray<String>

The rule outcomes.

Returns:

  • (Array<String>)

    The rule outcomes.

#rule_idString

The rule ID.

Returns:

  • (String)

    The rule ID.

#rule_versionString

The rule version.

Returns:

  • (String)

    The rule version.