UpdateCommentInput

public struct UpdateCommentInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The system-generated ID of the comment you want to update. To get this ID, use GetCommentsForComparedCommit or GetCommentsForPullRequest.

    Declaration

    Swift

    public let commentId: String
  • The updated content to replace the existing content of the comment.

    Declaration

    Swift

    public let content: String
  • Undocumented

    Declaration

    Swift

    public init(commentId: String, content: String)