Class: Aws::Types::DeleteFirewallRuleEntry
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFirewallRuleEntry
- 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.
272 273 274 |
# File 'sig/types.rbs', line 272 def firewall_domain_list_id @firewall_domain_list_id end |
#firewall_rule_group_id ⇒ ::String
Returns the value of attribute firewall_rule_group_id.
271 272 273 |
# File 'sig/types.rbs', line 271 def firewall_rule_group_id @firewall_rule_group_id end |
#firewall_threat_protection_id ⇒ ::String
Returns the value of attribute firewall_threat_protection_id.
273 274 275 |
# File 'sig/types.rbs', line 273 def firewall_threat_protection_id @firewall_threat_protection_id end |
#qtype ⇒ ::String
Returns the value of attribute qtype.
274 275 276 |
# File 'sig/types.rbs', line 274 def qtype @qtype end |