BatchGetCommitsInput
public struct BatchGetCommitsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The full commit IDs of the commits to get information about. You must supply the full SHA IDs of each commit. You cannot use shortened SHA IDs.
Declaration
Swift
public let commitIds: [String]
-
The name of the repository that contains the commits.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(commitIds: [String], repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws