Class: Aws::Types::StatefulRuleGroupReference
- Inherits:
-
Object
- Object
- Aws::Types::StatefulRuleGroupReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deep_threat_inspection ⇒ Boolean
Returns the value of attribute deep_threat_inspection.
-
#override ⇒ Types::StatefulRuleGroupOverride
Returns the value of attribute override.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
Instance Attribute Details
#deep_threat_inspection ⇒ Boolean
Returns the value of attribute deep_threat_inspection.
1624 1625 1626 |
# File 'sig/types.rbs', line 1624 def deep_threat_inspection @deep_threat_inspection end |
#override ⇒ Types::StatefulRuleGroupOverride
Returns the value of attribute override.
1623 1624 1625 |
# File 'sig/types.rbs', line 1623 def override @override end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def priority @priority end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def resource_arn @resource_arn end |