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
- Struct
- Aws::FraudDetector::Types::Rule
- 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
-
#detector_id ⇒ String
The detector for which the rule is associated.
-
#rule_id ⇒ String
The rule ID.
-
#rule_version ⇒ String
The rule version.
Instance Attribute Details
#detector_id ⇒ String
The detector for which the rule is associated.
#rule_id ⇒ String
The rule ID.
#rule_version ⇒ String
The rule version.