Class: Aws::Types::UpdateProxyRuleGroupPrioritiesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProxyRuleGroupPrioritiesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
-
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
-
#rule_groups ⇒ ::Array[Types::ProxyRuleGroupPriority]
Returns the value of attribute rule_groups.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def proxy_configuration_name @proxy_configuration_name end |
#rule_groups ⇒ ::Array[Types::ProxyRuleGroupPriority]
Returns the value of attribute rule_groups.
1958 1959 1960 |
# File 'sig/types.rbs', line 1958 def rule_groups @rule_groups end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1959 1960 1961 |
# File 'sig/types.rbs', line 1959 def update_token @update_token end |