Class: Aws::Types::AssociateFirewallRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateFirewallRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
17 18 19 |
# File 'sig/types.rbs', line 17 def creator_request_id @creator_request_id end |
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
18 19 20 |
# File 'sig/types.rbs', line 18 def firewall_rule_group_id @firewall_rule_group_id end |
#mutation_protection ⇒ "ENABLED", "DISABLED"
Returns the value of attribute mutation_protection.
22 23 24 |
# File 'sig/types.rbs', line 22 def mutation_protection @mutation_protection end |
#name ⇒ ::String
Returns the value of attribute name.
21 22 23 |
# File 'sig/types.rbs', line 21 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
20 21 22 |
# File 'sig/types.rbs', line 20 def priority @priority end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
23 24 25 |
# File 'sig/types.rbs', line 23 def @tags end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def vpc_id @vpc_id end |