Module: Aws::NetworkFirewall::Client::_UpdateFirewallPolicyChangeProtectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateFirewallPolicyChangeProtectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #firewall_arn ⇒ ::String
- #firewall_name ⇒ ::String
- #firewall_policy_change_protection ⇒ Boolean
- #update_token ⇒ ::String
Instance Method Details
#firewall_arn ⇒ ::String
1322 |
# File 'sig/client.rbs', line 1322
def firewall_arn: () -> ::String
|
#firewall_name ⇒ ::String
1323 |
# File 'sig/client.rbs', line 1323
def firewall_name: () -> ::String
|
#firewall_policy_change_protection ⇒ Boolean
1324 |
# File 'sig/client.rbs', line 1324
def firewall_policy_change_protection: () -> bool
|
#update_token ⇒ ::String
1321 |
# File 'sig/client.rbs', line 1321
def update_token: () -> ::String
|