- Navigation Guide
@aws-sdk/client-ram
DeletePermissionCommandOutput Interface
The output of DeletePermissionCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
clientToken | string | undefined | The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the |
permissionStatus | PermissionStatus | undefined | This operation is performed asynchronously, and this response parameter indicates the current status. |
returnValue | boolean | undefined | A boolean that indicates whether the delete operations succeeded. |
Full Signature
export interface DeletePermissionCommandOutput extends DeletePermissionResponse, MetadataBearer