class Aws::WorkDocs::Types::DescribeFolderContentsRequest
@note When making an API call, you may pass DescribeFolderContentsRequest
data as a hash: { authentication_token: "AuthenticationHeaderType", folder_id: "ResourceIdType", # required sort: "DATE", # accepts DATE, NAME order: "ASCENDING", # accepts ASCENDING, DESCENDING limit: 1, marker: "PageMarkerType", type: "ALL", # accepts ALL, DOCUMENT, FOLDER include: "FieldNamesType", }
@!attribute [rw] authentication_token
Amazon WorkDocs authentication token. Not required when using AWS administrator credentials to access the API. @return [String]
@!attribute [rw] folder_id
The ID of the folder. @return [String]
@!attribute [rw] sort
The sorting criteria. @return [String]
@!attribute [rw] order
The order for the contents of the folder. @return [String]
@!attribute [rw] limit
The maximum number of items to return with this call. @return [Integer]
@!attribute [rw] marker
The marker for the next set of results. This marker was received from a previous call. @return [String]
@!attribute [rw] type
The type of items. @return [String]
@!attribute [rw] include
The contents to include. Specify "INITIALIZED" to include initialized documents. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/DescribeFolderContentsRequest AWS API Documentation
Constants
- SENSITIVE