Class: Aws::Types::SearchAllRelatedItemsSort
- Inherits:
-
Object
- Object
- Aws::Types::SearchAllRelatedItemsSort
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#sort_order ⇒ "Asc", "Desc"
Returns the value of attribute sort_order.
-
#sort_property ⇒ "AssociationTime", "CaseId"
Returns the value of attribute sort_property.
Instance Attribute Details
#sort_order ⇒ "Asc", "Desc"
Returns the value of attribute sort_order.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def sort_order @sort_order end |
#sort_property ⇒ "AssociationTime", "CaseId"
Returns the value of attribute sort_property.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def sort_property @sort_property end |