Module: Aws::NetworkFirewall::Client::_UpdateProxyRulePrioritiesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateProxyRulePrioritiesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #proxy_rule_group_arn ⇒ ::String
- #proxy_rule_group_name ⇒ ::String
- #rule_group_request_phase ⇒ "PRE_DNS", ...
- #rules ⇒ ::Array[Types::ProxyRulePriority]
- #update_token ⇒ ::String
Instance Method Details
#proxy_rule_group_arn ⇒ ::String
1460 |
# File 'sig/client.rbs', line 1460
def proxy_rule_group_arn: () -> ::String
|
#proxy_rule_group_name ⇒ ::String
1459 |
# File 'sig/client.rbs', line 1459
def proxy_rule_group_name: () -> ::String
|
#rule_group_request_phase ⇒ "PRE_DNS", ...
1461 |
# File 'sig/client.rbs', line 1461
def rule_group_request_phase: () -> ("PRE_DNS" | "PRE_REQ" | "POST_RES")
|
#rules ⇒ ::Array[Types::ProxyRulePriority]
1462 |
# File 'sig/client.rbs', line 1462
def rules: () -> ::Array[Types::ProxyRulePriority]
|
#update_token ⇒ ::String
1463 |
# File 'sig/client.rbs', line 1463
def update_token: () -> ::String
|