- Navigation Guide
@aws-sdk/client-lakeformation
ListPermissionsCommandOutput Interface
The output of ListPermissionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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