workdocs_get_resources: Retrieves a collection of resources, including folders and...

View source: R/workdocs_operations.R

workdocs_get_resourcesR Documentation

Retrieves a collection of resources, including folders and documents

Description

Retrieves a collection of resources, including folders and documents. The only CollectionType supported is SHARED_WITH_ME.

See https://www.paws-r-sdk.com/docs/workdocs_get_resources/ for full documentation.

Usage

workdocs_get_resources(
  AuthenticationToken = NULL,
  UserId = NULL,
  CollectionType = NULL,
  Limit = NULL,
  Marker = NULL
)

Arguments

AuthenticationToken

The Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

UserId

The user ID for the resource collection. This is a required field for accessing the API operation using IAM credentials.

CollectionType

The collection type.

Limit

The maximum number of resources to return.

Marker

The marker for the next set of results. This marker was received from a previous call.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.