Class: Aws::FraudDetector::Types::RuleDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::FraudDetector::Types::RuleDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-frauddetector/types.rb
Overview
The details of the rule.
Constant Summary collapse
- SENSITIVE =
[:expression]
Instance Attribute Summary collapse
-
#arn ⇒ String
The rule ARN.
-
#created_time ⇒ String
The timestamp of when the rule was created.
-
#description ⇒ String
The rule description.
-
#detector_id ⇒ String
The detector for which the rule is associated.
-
#expression ⇒ String
The rule expression.
-
#language ⇒ String
The rule language.
-
#last_updated_time ⇒ String
Timestamp of the last time the rule was updated.
-
#outcomes ⇒ Array<String>
The rule outcomes.
-
#rule_id ⇒ String
The rule ID.
-
#rule_version ⇒ String
The rule version.
Instance Attribute Details
#arn ⇒ String
The rule ARN.
4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4153 class RuleDetail < Struct.new( :rule_id, :description, :detector_id, :rule_version, :expression, :language, :outcomes, :last_updated_time, :created_time, :arn) SENSITIVE = [:expression] include Aws::Structure end |
#created_time ⇒ String
The timestamp of when the rule was created.
4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4153 class RuleDetail < Struct.new( :rule_id, :description, :detector_id, :rule_version, :expression, :language, :outcomes, :last_updated_time, :created_time, :arn) SENSITIVE = [:expression] include Aws::Structure end |
#description ⇒ String
The rule description.
4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4153 class RuleDetail < Struct.new( :rule_id, :description, :detector_id, :rule_version, :expression, :language, :outcomes, :last_updated_time, :created_time, :arn) SENSITIVE = [:expression] include Aws::Structure end |
#detector_id ⇒ String
The detector for which the rule is associated.
4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4153 class RuleDetail < Struct.new( :rule_id, :description, :detector_id, :rule_version, :expression, :language, :outcomes, :last_updated_time, :created_time, :arn) SENSITIVE = [:expression] include Aws::Structure end |
#expression ⇒ String
The rule expression.
4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4153 class RuleDetail < Struct.new( :rule_id, :description, :detector_id, :rule_version, :expression, :language, :outcomes, :last_updated_time, :created_time, :arn) SENSITIVE = [:expression] include Aws::Structure end |
#language ⇒ String
The rule language.
4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4153 class RuleDetail < Struct.new( :rule_id, :description, :detector_id, :rule_version, :expression, :language, :outcomes, :last_updated_time, :created_time, :arn) SENSITIVE = [:expression] include Aws::Structure end |
#last_updated_time ⇒ String
Timestamp of the last time the rule was updated.
4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4153 class RuleDetail < Struct.new( :rule_id, :description, :detector_id, :rule_version, :expression, :language, :outcomes, :last_updated_time, :created_time, :arn) SENSITIVE = [:expression] include Aws::Structure end |
#outcomes ⇒ Array<String>
The rule outcomes.
4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4153 class RuleDetail < Struct.new( :rule_id, :description, :detector_id, :rule_version, :expression, :language, :outcomes, :last_updated_time, :created_time, :arn) SENSITIVE = [:expression] include Aws::Structure end |
#rule_id ⇒ String
The rule ID.
4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4153 class RuleDetail < Struct.new( :rule_id, :description, :detector_id, :rule_version, :expression, :language, :outcomes, :last_updated_time, :created_time, :arn) SENSITIVE = [:expression] include Aws::Structure end |
#rule_version ⇒ String
The rule version.
4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 |
# File 'lib/aws-sdk-frauddetector/types.rb', line 4153 class RuleDetail < Struct.new( :rule_id, :description, :detector_id, :rule_version, :expression, :language, :outcomes, :last_updated_time, :created_time, :arn) SENSITIVE = [:expression] include Aws::Structure end |