Class: Aws::Types::Condition
- Inherits:
-
Object
- Object
- Aws::Types::Condition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eq ⇒ ::Array[::String]
Returns the value of attribute eq.
-
#equals ⇒ ::Array[::String]
Returns the value of attribute equals.
-
#greater_than ⇒ ::Integer
Returns the value of attribute greater_than.
-
#greater_than_or_equal ⇒ ::Integer
Returns the value of attribute greater_than_or_equal.
-
#gt ⇒ ::Integer
Returns the value of attribute gt.
-
#gte ⇒ ::Integer
Returns the value of attribute gte.
-
#less_than ⇒ ::Integer
Returns the value of attribute less_than.
-
#less_than_or_equal ⇒ ::Integer
Returns the value of attribute less_than_or_equal.
-
#lt ⇒ ::Integer
Returns the value of attribute lt.
-
#lte ⇒ ::Integer
Returns the value of attribute lte.
-
#matches ⇒ ::Array[::String]
Returns the value of attribute matches.
-
#neq ⇒ ::Array[::String]
Returns the value of attribute neq.
-
#not_equals ⇒ ::Array[::String]
Returns the value of attribute not_equals.
-
#not_matches ⇒ ::Array[::String]
Returns the value of attribute not_matches.
Instance Attribute Details
#eq ⇒ ::Array[::String]
Returns the value of attribute eq.
303 304 305 |
# File 'sig/types.rbs', line 303 def eq @eq end |
#equals ⇒ ::Array[::String]
Returns the value of attribute equals.
309 310 311 |
# File 'sig/types.rbs', line 309 def equals @equals end |
#greater_than ⇒ ::Integer
Returns the value of attribute greater_than.
311 312 313 |
# File 'sig/types.rbs', line 311 def greater_than @greater_than end |
#greater_than_or_equal ⇒ ::Integer
Returns the value of attribute greater_than_or_equal.
312 313 314 |
# File 'sig/types.rbs', line 312 def greater_than_or_equal @greater_than_or_equal end |
#gt ⇒ ::Integer
Returns the value of attribute gt.
305 306 307 |
# File 'sig/types.rbs', line 305 def gt @gt end |
#gte ⇒ ::Integer
Returns the value of attribute gte.
306 307 308 |
# File 'sig/types.rbs', line 306 def gte @gte end |
#less_than ⇒ ::Integer
Returns the value of attribute less_than.
313 314 315 |
# File 'sig/types.rbs', line 313 def less_than @less_than end |
#less_than_or_equal ⇒ ::Integer
Returns the value of attribute less_than_or_equal.
314 315 316 |
# File 'sig/types.rbs', line 314 def less_than_or_equal @less_than_or_equal end |
#lt ⇒ ::Integer
Returns the value of attribute lt.
307 308 309 |
# File 'sig/types.rbs', line 307 def lt @lt end |
#lte ⇒ ::Integer
Returns the value of attribute lte.
308 309 310 |
# File 'sig/types.rbs', line 308 def lte @lte end |
#matches ⇒ ::Array[::String]
Returns the value of attribute matches.
315 316 317 |
# File 'sig/types.rbs', line 315 def matches @matches end |
#neq ⇒ ::Array[::String]
Returns the value of attribute neq.
304 305 306 |
# File 'sig/types.rbs', line 304 def neq @neq end |
#not_equals ⇒ ::Array[::String]
Returns the value of attribute not_equals.
310 311 312 |
# File 'sig/types.rbs', line 310 def not_equals @not_equals end |
#not_matches ⇒ ::Array[::String]
Returns the value of attribute not_matches.
316 317 318 |
# File 'sig/types.rbs', line 316 def not_matches @not_matches end |