Class: Aws::Types::RuleDetail
- Inherits:
-
Object
- Object
- Aws::Types::RuleDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#language ⇒ "DETECTORPL"
Returns the value of attribute language.
-
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
-
#outcomes ⇒ ::Array[::String]
Returns the value of attribute outcomes.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#rule_version ⇒ ::String
Returns the value of attribute rule_version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def arn @arn end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def description @description end |
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def detector_id @detector_id end |
#expression ⇒ ::String
Returns the value of attribute expression.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def expression @expression end |
#language ⇒ "DETECTORPL"
Returns the value of attribute language.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def language @language end |
#last_updated_time ⇒ ::String
Returns the value of attribute last_updated_time.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def last_updated_time @last_updated_time end |
#outcomes ⇒ ::Array[::String]
Returns the value of attribute outcomes.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def outcomes @outcomes end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def rule_id @rule_id end |
#rule_version ⇒ ::String
Returns the value of attribute rule_version.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def rule_version @rule_version end |