Class: Aws::Types::DescribeFirewallPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFirewallPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_policy ⇒ Types::FirewallPolicy
Returns the value of attribute firewall_policy.
-
#firewall_policy_response ⇒ Types::FirewallPolicyResponse
Returns the value of attribute firewall_policy_response.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#firewall_policy ⇒ Types::FirewallPolicy
Returns the value of attribute firewall_policy.
556 557 558 |
# File 'sig/types.rbs', line 556 def firewall_policy @firewall_policy end |
#firewall_policy_response ⇒ Types::FirewallPolicyResponse
Returns the value of attribute firewall_policy_response.
555 556 557 |
# File 'sig/types.rbs', line 555 def firewall_policy_response @firewall_policy_response end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
554 555 556 |
# File 'sig/types.rbs', line 554 def update_token @update_token end |