Method: Aws::WorkDocs::Types::DescribeFolderContentsRequest#sort

Defined in:
lib/aws-sdk-workdocs/types.rb

#sortString

The sorting criteria.

Returns:

  • (String)


1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
# File 'lib/aws-sdk-workdocs/types.rb', line 1066

class DescribeFolderContentsRequest < Struct.new(
  :authentication_token,
  :folder_id,
  :sort,
  :order,
  :limit,
  :marker,
  :type,
  :include)
  SENSITIVE = [:authentication_token]
  include Aws::Structure
end