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

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

Overview

A rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detector_idString

The detector for which the rule is associated.

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4101

class Rule < Struct.new(
  :detector_id,
  :rule_id,
  :rule_version)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

The rule ID.

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4101

class Rule < Struct.new(
  :detector_id,
  :rule_id,
  :rule_version)
  SENSITIVE = []
  include Aws::Structure
end

#rule_versionString

The rule version.

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4101

class Rule < Struct.new(
  :detector_id,
  :rule_id,
  :rule_version)
  SENSITIVE = []
  include Aws::Structure
end