Class: Aws::Types::SortingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SortingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_attribute_key ⇒ ::String
Returns the value of attribute document_attribute_key.
-
#sort_order ⇒ "DESC", "ASC"
Returns the value of attribute sort_order.
Instance Attribute Details
#document_attribute_key ⇒ ::String
Returns the value of attribute document_attribute_key.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def document_attribute_key @document_attribute_key end |
#sort_order ⇒ "DESC", "ASC"
Returns the value of attribute sort_order.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def sort_order @sort_order end |