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.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def deep_threat_inspection @deep_threat_inspection end |
#override ⇒ Types::StatefulRuleGroupOverride
Returns the value of attribute override.
1596 1597 1598 |
# File 'sig/types.rbs', line 1596 def override @override end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1595 1596 1597 |
# File 'sig/types.rbs', line 1595 def priority @priority end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
1594 1595 1596 |
# File 'sig/types.rbs', line 1594 def resource_arn @resource_arn end |