Class: Aws::Types::UpdateFirewallRuleGroupAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallRuleGroupAssociationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_rule_group_association_id ⇒ ::String
Returns the value of attribute firewall_rule_group_association_id.
-
#mutation_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mutation_protection.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
Instance Attribute Details
#firewall_rule_group_association_id ⇒ ::String
Returns the value of attribute firewall_rule_group_association_id.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def firewall_rule_group_association_id @firewall_rule_group_association_id end |
#mutation_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mutation_protection.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def mutation_protection @mutation_protection end |
#name ⇒ ::String
Returns the value of attribute name.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1266 1267 1268 |
# File 'sig/types.rbs', line 1266 def priority @priority end |