Module: Aws::NetworkFirewall::Client::_UpdateAvailabilityZoneChangeProtectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateAvailabilityZoneChangeProtectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #availability_zone_change_protection ⇒ Boolean
- #firewall_arn ⇒ ::String
- #firewall_name ⇒ ::String
- #update_token ⇒ ::String
Instance Method Details
#availability_zone_change_protection ⇒ Boolean
1206 |
# File 'sig/client.rbs', line 1206
def availability_zone_change_protection: () -> bool
|
#firewall_arn ⇒ ::String
1204 |
# File 'sig/client.rbs', line 1204
def firewall_arn: () -> ::String
|
#firewall_name ⇒ ::String
1205 |
# File 'sig/client.rbs', line 1205
def firewall_name: () -> ::String
|
#update_token ⇒ ::String
1203 |
# File 'sig/client.rbs', line 1203
def update_token: () -> ::String
|