Class: Aws::Types::DataTableSearchCriteria
- Inherits:
-
Object
- Object
- Aws::Types::DataTableSearchCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#and_conditions ⇒ ::Array[Types::DataTableSearchCriteria]
Returns the value of attribute and_conditions.
-
#or_conditions ⇒ ::Array[Types::DataTableSearchCriteria]
Returns the value of attribute or_conditions.
-
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
Instance Attribute Details
#and_conditions ⇒ ::Array[Types::DataTableSearchCriteria]
Returns the value of attribute and_conditions.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def and_conditions @and_conditions end |
#or_conditions ⇒ ::Array[Types::DataTableSearchCriteria]
Returns the value of attribute or_conditions.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def or_conditions @or_conditions end |
#string_condition ⇒ Types::StringCondition
Returns the value of attribute string_condition.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def string_condition @string_condition end |