GetCommitInput
public struct GetCommitInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The commit ID. Commit IDs are the full SHA ID of the commit.
Declaration
Swift
public let commitId: String
-
The name of the repository to which the commit was made.
Declaration
Swift
public let repositoryName: String
-
Undocumented
Declaration
Swift
public init(commitId: String, repositoryName: String)
-
Declaration
Swift
public func validate(name: String) throws