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
1252 |
# File 'sig/client.rbs', line 1252
def delete_protection: () -> bool
|
#firewall_arn ⇒ ::String
1250 |
# File 'sig/client.rbs', line 1250
def firewall_arn: () -> ::String
|
#firewall_name ⇒ ::String
1251 |
# File 'sig/client.rbs', line 1251
def firewall_name: () -> ::String
|
#update_token ⇒ ::String
1253 |
# File 'sig/client.rbs', line 1253
def update_token: () -> ::String
|