Class: Aws::Types::StatefulRuleGroup
- Inherits:
-
Object
- Object
- Aws::Types::StatefulRuleGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#override ⇒ Types::NetworkFirewallStatefulRuleGroupOverride
Returns the value of attribute override.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
Instance Attribute Details
#override ⇒ Types::NetworkFirewallStatefulRuleGroupOverride
Returns the value of attribute override.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def override @override end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def priority @priority end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def resource_id @resource_id end |
#rule_group_name ⇒ ::String
Returns the value of attribute rule_group_name.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def rule_group_name @rule_group_name end |