You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkDocs::Types::GetResourcesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetResourcesRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

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

Returns:

  • (String)

    The Amazon WorkDocs authentication token.

#collection_typeString

The collection type.

Possible values:

  • SHARED_WITH_ME

Returns:

  • (String)

    The collection type.

#limitInteger

The maximum number of resources to return.

Returns:

  • (Integer)

    The maximum number of resources to return.

#markerString

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

Returns:

  • (String)

    The marker for the next set of results.

#user_idString

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

Returns:

  • (String)

    The user ID for the resource collection.