Class: Aws::Types::UpdateProxyRuleResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProxyRuleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#proxy_rule ⇒ Types::ProxyRule
Returns the value of attribute proxy_rule.
-
#removed_conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute removed_conditions.
-
#update_token ⇒ ::String
Returns the value of attribute update_token.
Instance Attribute Details
#proxy_rule ⇒ Types::ProxyRule
Returns the value of attribute proxy_rule.
1972 1973 1974 |
# File 'sig/types.rbs', line 1972 def proxy_rule @proxy_rule end |
#removed_conditions ⇒ ::Array[Types::ProxyRuleCondition]
Returns the value of attribute removed_conditions.
1973 1974 1975 |
# File 'sig/types.rbs', line 1973 def removed_conditions @removed_conditions 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 |