Class: Aws::Types::IngressStringExpression
- Inherits:
-
Object
- Object
- Aws::Types::IngressStringExpression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluate ⇒ Types::IngressStringToEvaluate
Returns the value of attribute evaluate.
-
#operator ⇒ "EQUALS", ...
Returns the value of attribute operator.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#evaluate ⇒ Types::IngressStringToEvaluate
Returns the value of attribute evaluate.
757 758 759 |
# File 'sig/types.rbs', line 757 def evaluate @evaluate end |
#operator ⇒ "EQUALS", ...
Returns the value of attribute operator.
758 759 760 |
# File 'sig/types.rbs', line 758 def operator @operator end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
759 760 761 |
# File 'sig/types.rbs', line 759 def values @values end |