class Aws::FraudDetector::Types::Rule

A rule.

@note When making an API call, you may pass Rule

data as a hash:

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

@!attribute [rw] detector_id

The detector for which the rule is associated.
@return [String]

@!attribute [rw] rule_id

The rule ID.
@return [String]

@!attribute [rw] rule_version

The rule version.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/Rule AWS API Documentation

Constants

SENSITIVE