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
1483 |
# File 'sig/client.rbs', line 1483
def proxy_rule_group_arn: () -> ::String
|
#proxy_rule_group_name ⇒ ::String
1482 |
# File 'sig/client.rbs', line 1482
def proxy_rule_group_name: () -> ::String
|
#rule_group_request_phase ⇒ "PRE_DNS", ...
1484 |
# File 'sig/client.rbs', line 1484
def rule_group_request_phase: () -> ("PRE_DNS" | "PRE_REQ" | "POST_RES")
|
#rules ⇒ ::Array[Types::ProxyRulePriority]
1485 |
# File 'sig/client.rbs', line 1485
def rules: () -> ::Array[Types::ProxyRulePriority]
|
#update_token ⇒ ::String
1486 |
# File 'sig/client.rbs', line 1486
def update_token: () -> ::String
|