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)


4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4073

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

#rule_idString

The rule ID.

Returns:

  • (String)


4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4073

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

#rule_versionString

The rule version.

Returns:

  • (String)


4073
4074
4075
4076
4077
4078
4079
# File 'gems/aws-sdk-frauddetector/lib/aws-sdk-frauddetector/types.rb', line 4073

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