class Aws::WorkDocs::Types::DescribeResourcePermissionsRequest

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

data as a hash:

    {
      authentication_token: "AuthenticationHeaderType",
      resource_id: "ResourceIdType", # required
      principal_id: "IdType",
      limit: 1,
      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] resource_id

The ID of the resource.
@return [String]

@!attribute [rw] principal_id

The ID of the principal to filter permissions by.
@return [String]

@!attribute [rw] limit

The maximum number of items to return with this call.
@return [Integer]

@!attribute [rw] marker

The marker for the next set of results. (You received this marker
from a previous call)
@return [String]

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

Constants

SENSITIVE