Class: Aws::Types::TabularConditions
- Inherits:
-
Object
- Object
- Aws::Types::TabularConditions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#order_by ⇒ ::Array[Types::OrderBy]
Returns the value of attribute order_by.
-
#property_filters ⇒ ::Array[Types::PropertyFilter]
Returns the value of attribute property_filters.
Instance Attribute Details
#order_by ⇒ ::Array[Types::OrderBy]
Returns the value of attribute order_by.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def order_by @order_by end |
#property_filters ⇒ ::Array[Types::PropertyFilter]
Returns the value of attribute property_filters.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def property_filters @property_filters end |