Class: Aws::Types::Rule
- Inherits:
-
Object
- Object
- Aws::Types::Rule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
-
#rule_version ⇒ ::String
Returns the value of attribute rule_version.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def detector_id @detector_id end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def rule_id @rule_id end |
#rule_version ⇒ ::String
Returns the value of attribute rule_version.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def rule_version @rule_version end |