Module: Aws::NetworkFirewall::Client::_UpdateFirewallDeleteProtectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateFirewallDeleteProtectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #delete_protection ⇒ Boolean
- #firewall_arn ⇒ ::String
- #firewall_name ⇒ ::String
- #update_token ⇒ ::String
Instance Method Details
#delete_protection ⇒ Boolean
1275 |
# File 'sig/client.rbs', line 1275
def delete_protection: () -> bool
|
#firewall_arn ⇒ ::String
1273 |
# File 'sig/client.rbs', line 1273
def firewall_arn: () -> ::String
|
#firewall_name ⇒ ::String
1274 |
# File 'sig/client.rbs', line 1274
def firewall_name: () -> ::String
|
#update_token ⇒ ::String
1276 |
# File 'sig/client.rbs', line 1276
def update_token: () -> ::String
|