class Aws::WorkDocs::Types::GetFolderPathRequest

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

data as a hash:

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

@!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] limit

The maximum number of levels in the hierarchy to return.
@return [Integer]

@!attribute [rw] fields

A comma-separated list of values. Specify "NAME" to include the
names of the parent folders.
@return [String]

@!attribute [rw] marker

This value is not supported.
@return [String]

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

Constants

SENSITIVE