Class: Aws::Types::CriterionAdditionalProperties
- Inherits:
-
Object
- Object
- Aws::Types::CriterionAdditionalProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eq ⇒ ::Array[::String]
Returns the value of attribute eq.
-
#eq_exact_match ⇒ ::Array[::String]
Returns the value of attribute eq_exact_match.
-
#gt ⇒ ::Integer
Returns the value of attribute gt.
-
#gte ⇒ ::Integer
Returns the value of attribute gte.
-
#lt ⇒ ::Integer
Returns the value of attribute lt.
-
#lte ⇒ ::Integer
Returns the value of attribute lte.
-
#neq ⇒ ::Array[::String]
Returns the value of attribute neq.
Instance Attribute Details
#eq ⇒ ::Array[::String]
Returns the value of attribute eq.
439 440 441 |
# File 'sig/types.rbs', line 439 def eq @eq end |
#eq_exact_match ⇒ ::Array[::String]
Returns the value of attribute eq_exact_match.
440 441 442 |
# File 'sig/types.rbs', line 440 def eq_exact_match @eq_exact_match end |
#gt ⇒ ::Integer
Returns the value of attribute gt.
441 442 443 |
# File 'sig/types.rbs', line 441 def gt @gt end |
#gte ⇒ ::Integer
Returns the value of attribute gte.
442 443 444 |
# File 'sig/types.rbs', line 442 def gte @gte end |
#lt ⇒ ::Integer
Returns the value of attribute lt.
443 444 445 |
# File 'sig/types.rbs', line 443 def lt @lt end |
#lte ⇒ ::Integer
Returns the value of attribute lte.
444 445 446 |
# File 'sig/types.rbs', line 444 def lte @lte end |
#neq ⇒ ::Array[::String]
Returns the value of attribute neq.
445 446 447 |
# File 'sig/types.rbs', line 445 def neq @neq end |