Class: Aws::ConnectCases::Types::SearchAllRelatedItemsSort

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sort_orderString

Whether related items should be sorted by association time or case ID.

Returns:

  • (String)


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_propertyString

Whether related items should be sorted in ascending or descending order.

Returns:

  • (String)


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