Class: Aws::Types::PolicyOption
- Inherits:
-
Object
- Object
- Aws::Types::PolicyOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_acl_common_policy ⇒ Types::NetworkAclCommonPolicy
Returns the value of attribute network_acl_common_policy.
-
#network_firewall_policy ⇒ Types::NetworkFirewallPolicy
Returns the value of attribute network_firewall_policy.
-
#third_party_firewall_policy ⇒ Types::ThirdPartyFirewallPolicy
Returns the value of attribute third_party_firewall_policy.
Instance Attribute Details
#network_acl_common_policy ⇒ Types::NetworkAclCommonPolicy
Returns the value of attribute network_acl_common_policy.
872 873 874 |
# File 'sig/types.rbs', line 872 def network_acl_common_policy @network_acl_common_policy end |
#network_firewall_policy ⇒ Types::NetworkFirewallPolicy
Returns the value of attribute network_firewall_policy.
870 871 872 |
# File 'sig/types.rbs', line 870 def network_firewall_policy @network_firewall_policy end |
#third_party_firewall_policy ⇒ Types::ThirdPartyFirewallPolicy
Returns the value of attribute third_party_firewall_policy.
871 872 873 |
# File 'sig/types.rbs', line 871 def third_party_firewall_policy @third_party_firewall_policy end |