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.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def action @action end |
#add_conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute add_conditions.
1993 1994 1995 |
# File 'sig/types.rbs', line 1993 def add_conditions @add_conditions end |
#description ⇒ ::String
Returns the value of attribute description.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def description @description end |
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def proxy_rule_group_name @proxy_rule_group_name end |
#proxy_rule_name ⇒ ::String
Returns the value of attribute proxy_rule_name.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def proxy_rule_name @proxy_rule_name end |
#remove_conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute remove_conditions.
1994 1995 1996 |
# File 'sig/types.rbs', line 1994 def remove_conditions @remove_conditions end |
#update_token ⇒ ::String
Returns the value of attribute update_token.
1995 1996 1997 |
# File 'sig/types.rbs', line 1995 def update_token @update_token end |