Class: Aws::FraudDetector::Types::RuleResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb

Overview

The rule results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#outcomesArray<String>

The outcomes of the matched rule, based on the rule execution mode.

Returns:

  • (Array<String>)


4180
4181
4182
4183
4184
4185
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4180

class RuleResult < Struct.new(
  :rule_id,
  :outcomes)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

The rule ID that was matched, based on the rule execution mode.

Returns:

  • (String)


4180
4181
4182
4183
4184
4185
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4180

class RuleResult < Struct.new(
  :rule_id,
  :outcomes)
  SENSITIVE = []
  include Aws::Structure
end