@aws-sdk/client-lakeformation

ListPermissionsCommandOutput Interface

The output of ListPermissionsCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
NextToken string | undefined

A continuation token, if this is not the first call to retrieve this list.

PrincipalResourcePermissions PrincipalResourcePermissions[] | undefined

A list of principals and their permissions on the resource for the specified principal and resource types.

Full Signature

export interface ListPermissionsCommandOutput extends ListPermissionsResponse, MetadataBearer