Class: Aws::Types::UpdateProxyRulePrioritiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProxyRulePrioritiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
-
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
-
#rule_group_request_phase ⇒ "PRE_DNS", ...
Returns the value of attribute rule_group_request_phase.
-
#rules ⇒ ::Array[Types::ProxyRulePriority]
Returns the value of attribute rules.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
1943 1944 1945 |
# File 'sig/types.rbs', line 1943 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1942 1943 1944 |
# File 'sig/types.rbs', line 1942 def proxy_rule_group_name @proxy_rule_group_name end |
#rule_group_request_phase ⇒ "PRE_DNS", ...
Returns the value of attribute rule_group_request_phase.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def rule_group_request_phase @rule_group_request_phase end |
#rules ⇒ ::Array[Types::ProxyRulePriority]
Returns the value of attribute rules.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def rules @rules end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def update_token @update_token end |