Class: Aws::Types::Criterion
- Inherits:
-
Object
- Object
- Aws::Types::Criterion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contains ⇒ ::Array[::String]
Returns the value of attribute contains.
-
#eq ⇒ ::Array[::String]
Returns the value of attribute eq.
-
#exists ⇒ Boolean
Returns the value of attribute exists.
-
#neq ⇒ ::Array[::String]
Returns the value of attribute neq.
Instance Attribute Details
#contains ⇒ ::Array[::String]
Returns the value of attribute contains.
329 330 331 |
# File 'sig/types.rbs', line 329 def contains @contains end |
#eq ⇒ ::Array[::String]
Returns the value of attribute eq.
327 328 329 |
# File 'sig/types.rbs', line 327 def eq @eq end |
#exists ⇒ Boolean
Returns the value of attribute exists.
330 331 332 |
# File 'sig/types.rbs', line 330 def exists @exists end |
#neq ⇒ ::Array[::String]
Returns the value of attribute neq.
328 329 330 |
# File 'sig/types.rbs', line 328 def neq @neq end |