Class: Aws::WorkDocs::Types::DescribeFolderContentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkDocs::Types::DescribeFolderContentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workdocs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:authentication_token]
Instance Attribute Summary collapse
-
#authentication_token ⇒ String
Amazon WorkDocs authentication token.
-
#folder_id ⇒ String
The ID of the folder.
-
#include ⇒ String
The contents to include.
-
#limit ⇒ Integer
The maximum number of items to return with this call.
-
#marker ⇒ String
The marker for the next set of results.
-
#order ⇒ String
The order for the contents of the folder.
-
#sort ⇒ String
The sorting criteria.
-
#type ⇒ String
The type of items.
Instance Attribute Details
#authentication_token ⇒ String
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
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 |
#folder_id ⇒ String
The ID 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 |
#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 |
#limit ⇒ Integer
The maximum number of items to return with this call.
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 |
#marker ⇒ String
The marker for the next set of results. This marker was received from a previous call.
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 |
#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 |
#sort ⇒ String
The sorting criteria.
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 |
#type ⇒ String
The type of items.
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 |