class Aws::WorkDocs::Types::RemoveResourcePermissionRequest

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

data as a hash:

    {
      authentication_token: "AuthenticationHeaderType",
      resource_id: "ResourceIdType", # required
      principal_id: "IdType", # required
      principal_type: "USER", # accepts USER, GROUP, INVITE, ANONYMOUS, ORGANIZATION
    }

@!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 principal ID of the resource.
@return [String]

@!attribute [rw] principal_type

The principal type of the resource.
@return [String]

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

Constants

SENSITIVE