class Aws::WorkDocs::Types::GetResourcesRequest

@note When making an API call, you may pass GetResourcesRequest

data as a hash:

    {
      authentication_token: "AuthenticationHeaderType",
      user_id: "IdType",
      collection_type: "SHARED_WITH_ME", # accepts SHARED_WITH_ME
      limit: 1,
      marker: "PageMarkerType",
    }

@!attribute [rw] authentication_token

The Amazon WorkDocs authentication token. Not required when using
AWS administrator credentials to access the API.
@return [String]

@!attribute [rw] user_id

The user ID for the resource collection. This is a required field
for accessing the API operation using IAM credentials.
@return [String]

@!attribute [rw] collection_type

The collection type.
@return [String]

@!attribute [rw] limit

The maximum number of resources to return.
@return [Integer]

@!attribute [rw] marker

The marker for the next set of results. This marker was received
from a previous call.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workdocs-2016-05-01/GetResourcesRequest AWS API Documentation

Constants

SENSITIVE