Method: Aws::WorkDocs::Types::DescribeFolderContentsRequest#include
- Defined in:
- lib/aws-sdk-workdocs/types.rb
#include ⇒ String
The contents to include. Specify “INITIALIZED” to include initialized documents.
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 |