- Navigation Guide
@aws-sdk/client-quicksight
ListCustomPermissionsCommandOutput Interface
The output of ListCustomPermissionsCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
CustomPermissionsList | CustomPermissions[] | undefined | A list of custom permissions profiles. |
NextToken | string | undefined | The token for the next set of results, or null if there are no more results. |
RequestId | string | undefined | The Amazon Web Services request ID for this operation. |
Status | number | undefined | The HTTP status of the request. |
Full Signature
export interface ListCustomPermissionsCommandOutput extends ListCustomPermissionsResponse, MetadataBearer