Class: Aws::Types::Conditions
- Inherits:
-
Object
- Object
- Aws::Types::Conditions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#string_equals ⇒ ::Array[Types::ConditionParameter]
Returns the value of attribute string_equals.
-
#string_like ⇒ ::Array[Types::ConditionParameter]
Returns the value of attribute string_like.
-
#string_not_equals ⇒ ::Array[Types::ConditionParameter]
Returns the value of attribute string_not_equals.
-
#string_not_like ⇒ ::Array[Types::ConditionParameter]
Returns the value of attribute string_not_like.
Instance Attribute Details
#string_equals ⇒ ::Array[Types::ConditionParameter]
Returns the value of attribute string_equals.
224 225 226 |
# File 'sig/types.rbs', line 224 def string_equals @string_equals end |
#string_like ⇒ ::Array[Types::ConditionParameter]
Returns the value of attribute string_like.
226 227 228 |
# File 'sig/types.rbs', line 226 def string_like @string_like end |
#string_not_equals ⇒ ::Array[Types::ConditionParameter]
Returns the value of attribute string_not_equals.
225 226 227 |
# File 'sig/types.rbs', line 225 def string_not_equals @string_not_equals end |
#string_not_like ⇒ ::Array[Types::ConditionParameter]
Returns the value of attribute string_not_like.
227 228 229 |
# File 'sig/types.rbs', line 227 def string_not_like @string_not_like end |