Class: Aws::Types::ProxyRuleCondition
- Inherits:
-
Object
- Object
- Aws::Types::ProxyRuleCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition_key ⇒ ::String
Returns the value of attribute condition_key.
-
#condition_operator ⇒ ::String
Returns the value of attribute condition_operator.
-
#condition_values ⇒ ::Array[::String]
Returns the value of attribute condition_values.
Instance Attribute Details
#condition_key ⇒ ::String
Returns the value of attribute condition_key.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def condition_key @condition_key end |
#condition_operator ⇒ ::String
Returns the value of attribute condition_operator.
1331 1332 1333 |
# File 'sig/types.rbs', line 1331 def condition_operator @condition_operator end |
#condition_values ⇒ ::Array[::String]
Returns the value of attribute condition_values.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def condition_values @condition_values end |