PullRequestSourceReferenceUpdatedEventMetadata

public struct PullRequestSourceReferenceUpdatedEventMetadata : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The full commit ID of the commit in the source branch that was the tip of the branch at the time the pull request was updated.

    Declaration

    Swift

    public let afterCommitId: String?
  • The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull request was updated.

    Declaration

    Swift

    public let beforeCommitId: String?
  • The commit ID of the most recent commit that the source branch and the destination branch have in common.

    Declaration

    Swift

    public let mergeBase: String?
  • The name of the repository where the pull request was updated.

    Declaration

    Swift

    public let repositoryName: String?
  • Undocumented

    Declaration

    Swift

    public init(afterCommitId: String? = nil, beforeCommitId: String? = nil, mergeBase: String? = nil, repositoryName: String? = nil)