Class: Aws::FraudDetector::Types::RuleResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::RuleResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The rule results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#outcomes ⇒ Array<String>
The outcomes of the matched rule, based on the rule execution mode.
-
#rule_id ⇒ String
The rule ID that was matched, based on the rule execution mode.
Instance Attribute Details
#outcomes ⇒ Array<String>
The outcomes of the matched rule, based on the rule execution mode.
4180 4181 4182 4183 4184 4185 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4180 class RuleResult < Struct.new( :rule_id, :outcomes) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The rule ID that was matched, based on the rule execution mode.
4180 4181 4182 4183 4184 4185 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4180 class RuleResult < Struct.new( :rule_id, :outcomes) SENSITIVE = [] include Aws::Structure end |