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

Class: Aws::WorkDocs::Types::GetFolderPathRequest

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

Overview

Note:

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

{
  authentication_token: "AuthenticationHeaderType",
  folder_id: "IdType", # required
  limit: 1,
  fields: "FieldNamesType",
  marker: "PageMarkerType",
}

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_tokenString

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

Returns:

  • (String)

    Amazon WorkDocs authentication token.

#fieldsString

A comma-separated list of values. Specify \"NAME\" to include the names of the parent folders.

Returns:

  • (String)

    A comma-separated list of values.

#folder_idString

The ID of the folder.

Returns:

  • (String)

    The ID of the folder.

#limitInteger

The maximum number of levels in the hierarchy to return.

Returns:

  • (Integer)

    The maximum number of levels in the hierarchy to return.

#markerString

This value is not supported.

Returns:

  • (String)

    This value is not supported.