Class: Aws::Types::AwsNetworkFirewallFirewallPolicyDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsNetworkFirewallFirewallPolicyDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#firewall_policy ⇒ Types::FirewallPolicyDetails
Returns the value of attribute firewall_policy.
-
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
-
#firewall_policy_id ⇒ ::String
Returns the value of attribute firewall_policy_id.
-
#firewall_policy_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3272 3273 3274 |
# File 'sig/types.rbs', line 3272 def description @description end |
#firewall_policy ⇒ Types::FirewallPolicyDetails
Returns the value of attribute firewall_policy.
3268 3269 3270 |
# File 'sig/types.rbs', line 3268 def firewall_policy @firewall_policy end |
#firewall_policy_arn ⇒ ::String
Returns the value of attribute firewall_policy_arn.
3269 3270 3271 |
# File 'sig/types.rbs', line 3269 def firewall_policy_arn @firewall_policy_arn end |
#firewall_policy_id ⇒ ::String
Returns the value of attribute firewall_policy_id.
3270 3271 3272 |
# File 'sig/types.rbs', line 3270 def firewall_policy_id @firewall_policy_id end |
#firewall_policy_name ⇒ ::String
Returns the value of attribute firewall_policy_name.
3271 3272 3273 |
# File 'sig/types.rbs', line 3271 def firewall_policy_name @firewall_policy_name end |