Class: Aws::Types::DeleteFirewallRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFirewallRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
-
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
-
#firewall_threat_protection_id ⇒ ::String
Returns the value of attribute firewall_threat_protection_id.
-
#qtype ⇒ ::String
Returns the value of attribute qtype.
Instance Attribute Details
#firewall_domain_list_id ⇒ ::String
Returns the value of attribute firewall_domain_list_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def firewall_domain_list_id @firewall_domain_list_id end |
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
289 290 291 |
# File 'sig/types.rbs', line 289 def firewall_rule_group_id @firewall_rule_group_id end |
#firewall_threat_protection_id ⇒ ::String
Returns the value of attribute firewall_threat_protection_id.
291 292 293 |
# File 'sig/types.rbs', line 291 def firewall_threat_protection_id @firewall_threat_protection_id end |
#qtype ⇒ ::String
Returns the value of attribute qtype.
292 293 294 |
# File 'sig/types.rbs', line 292 def qtype @qtype end |