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

Class: Aws::FraudDetector::Types::Rule

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

Overview

Note:

When passing Rule as input to an Aws::Client method, you can use a vanilla Hash:

{
  detector_id: "identifier", # required
  rule_id: "identifier", # required
  rule_version: "wholeNumberVersionString", # required
}

A rule.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The detector for which the rule is associated.

Returns:

  • (String)

    The detector for which the rule is associated.

#rule_idString

The rule ID.

Returns:

  • (String)

    The rule ID.

#rule_versionString

The rule version.

Returns:

  • (String)

    The rule version.