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.
1971 1972 1973 |
# File 'sig/types.rbs', line 1971 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1970 1971 1972 |
# File 'sig/types.rbs', line 1970 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.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def rule_group_request_phase @rule_group_request_phase end |
#rules ⇒ ::Array[Types::ProxyRulePriority]
Returns the value of attribute rules.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def rules @rules end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1974 1975 1976 |
# File 'sig/types.rbs', line 1974 def update_token @update_token end |