- Navigation Guide
@aws-sdk/client-security-ir
UpdateCaseCommentCommandOutput Interface
The output of UpdateCaseCommentCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
commentId Required | string | undefined | Response element for UpdateCaseComment providing the updated comment ID. |
body | string | undefined | Response element for UpdateCaseComment providing the updated comment content. |
Full Signature
export interface UpdateCaseCommentCommandOutput extends UpdateCaseCommentResponse, MetadataBearer