BatchGetCommitsOutput

public struct BatchGetCommitsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of commit data type objects, each of which contains information about a specified commit.

    Declaration

    Swift

    public let commits: [Commit]?
  • Returns any commit IDs for which information could not be found. For example, if one of the commit IDs was a shortened SHA ID or that commit was not found in the specified repository, the ID returns an error object with more information.

    Declaration

    Swift

    public let errors: [BatchGetCommitsError]?
  • Undocumented

    Declaration

    Swift

    public init(commits: [Commit]? = nil, errors: [BatchGetCommitsError]? = nil)