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
1183 |
# File 'sig/client.rbs', line 1183
def availability_zone_change_protection: () -> bool
|
#firewall_arn ⇒ ::String
1181 |
# File 'sig/client.rbs', line 1181
def firewall_arn: () -> ::String
|
#firewall_name ⇒ ::String
1182 |
# File 'sig/client.rbs', line 1182
def firewall_name: () -> ::String
|
#update_token ⇒ ::String
1180 |
# File 'sig/client.rbs', line 1180
def update_token: () -> ::String
|