Class: Aws::ConnectCases::Types::SearchAllRelatedItemsSort
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::SearchAllRelatedItemsSort
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
The order in which all returned related items should be sorted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#sort_order ⇒ String
Whether related items should be sorted by association time or case ID.
-
#sort_property ⇒ String
Whether related items should be sorted in ascending or descending order.
Instance Attribute Details
#sort_order ⇒ String
Whether related items should be sorted by association time or case ID.
3002 3003 3004 3005 3006 3007 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3002 class SearchAllRelatedItemsSort < Struct.new( :sort_property, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_property ⇒ String
Whether related items should be sorted in ascending or descending order.
3002 3003 3004 3005 3006 3007 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3002 class SearchAllRelatedItemsSort < Struct.new( :sort_property, :sort_order) SENSITIVE = [] include Aws::Structure end |