Class: Aws::Types::UpdateProxyRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProxyRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
-
#add_conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute add_conditions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
-
#remove_conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute remove_conditions.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#action ⇒ "ALLOW", ...
Returns the value of attribute action.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def action @action end |
#add_conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute add_conditions.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def add_conditions @add_conditions end |
#description ⇒ ::String
Returns the value of attribute description.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def description @description end |
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
1961 1962 1963 |
# File 'sig/types.rbs', line 1961 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1960 1961 1962 |
# File 'sig/types.rbs', line 1960 def proxy_rule_group_name @proxy_rule_group_name end |
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
1962 1963 1964 |
# File 'sig/types.rbs', line 1962 def proxy_rule_name @proxy_rule_name end |
#remove_conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute remove_conditions.
1966 1967 1968 |
# File 'sig/types.rbs', line 1966 def remove_conditions @remove_conditions end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1967 1968 1969 |
# File 'sig/types.rbs', line 1967 def update_token @update_token end |