Module: Aws::NetworkFirewall::Client::_UpdateProxyRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateProxyRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #proxy_rule ⇒ Types::ProxyRule
- #removed_conditions ⇒ ::Array[Types::ProxyRuleCondition]
- #update_token ⇒ ::String
Instance Method Details
#proxy_rule ⇒ Types::ProxyRule
1409 |
# File 'sig/client.rbs', line 1409
def proxy_rule: () -> Types::ProxyRule
|
#removed_conditions ⇒ ::Array[Types::ProxyRuleCondition]
1410 |
# File 'sig/client.rbs', line 1410
def removed_conditions: () -> ::Array[Types::ProxyRuleCondition]
|
#update_token ⇒ ::String
1411 |
# File 'sig/client.rbs', line 1411
def update_token: () -> ::String
|