Class: Aws::Types::UpdateFirewallPolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFirewallPolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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_response ⇒ Types::FirewallPolicyResponse
Returns the value of attribute firewall_policy_response.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def firewall_policy_response @firewall_policy_response end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def update_token @update_token end |