Class: Aws::Types::UpdateProxyRulePrioritiesResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProxyRulePrioritiesResponse
- 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.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 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.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def rule_group_request_phase @rule_group_request_phase end |
#rules ⇒ ::Array[Types::ProxyRulePriority]
Returns the value of attribute rules.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def rules @rules end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def update_token @update_token end |