Module: Aws::NetworkFirewall::Client::_UpdateProxySettingsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateProxySettingsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #firewall_arn ⇒ ::String
- #firewall_name ⇒ ::String
- #proxy_settings ⇒ Types::ProxySettings
- #update_token ⇒ ::String
Instance Method Details
#firewall_arn ⇒ ::String
1505 |
# File 'sig/client.rbs', line 1505
def firewall_arn: () -> ::String
|
#firewall_name ⇒ ::String
1506 |
# File 'sig/client.rbs', line 1506
def firewall_name: () -> ::String
|
#proxy_settings ⇒ Types::ProxySettings
1508 |
# File 'sig/client.rbs', line 1508
def proxy_settings: () -> Types::ProxySettings
|
#update_token ⇒ ::String
1507 |
# File 'sig/client.rbs', line 1507
def update_token: () -> ::String
|