Module: Aws::NetworkFirewall::Client::_UpdateSubnetChangeProtectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSubnetChangeProtectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #firewall_arn ⇒ ::String
- #firewall_name ⇒ ::String
- #subnet_change_protection ⇒ Boolean
- #update_token ⇒ ::String
Instance Method Details
#firewall_arn ⇒ ::String
1513 |
# File 'sig/client.rbs', line 1513
def firewall_arn: () -> ::String
|
#firewall_name ⇒ ::String
1514 |
# File 'sig/client.rbs', line 1514
def firewall_name: () -> ::String
|
#subnet_change_protection ⇒ Boolean
1515 |
# File 'sig/client.rbs', line 1515
def subnet_change_protection: () -> bool
|
#update_token ⇒ ::String
1512 |
# File 'sig/client.rbs', line 1512
def update_token: () -> ::String
|