Method: Aws::WorkDocs::Types::DescribeFolderContentsRequest#order
- Defined in:
- lib/aws-sdk-workdocs/types.rb
#order ⇒ String
The order for the contents of the folder.
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 |