Class: Aws::Types::DeleteFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFirewallPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
-
#firewall_policy_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
Instance Attribute Details
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
388 389 390 |
# File 'sig/types.rbs', line 388 def firewall_policy_arn @firewall_policy_arn end |
#firewall_policy_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
387 388 389 |
# File 'sig/types.rbs', line 387 def firewall_policy_name @firewall_policy_name end |