CreateCommitOutput
public struct CreateCommitOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The full commit ID of the commit that contains your committed file changes.
Declaration
Swift
public let commitId: String?
-
The files added as part of the committed file changes.
Declaration
Swift
public let filesAdded: [FileMetadata]?
-
The files deleted as part of the committed file changes.
Declaration
Swift
public let filesDeleted: [FileMetadata]?
-
The files updated as part of the commited file changes.
Declaration
Swift
public let filesUpdated: [FileMetadata]?
-
The full SHA-1 pointer of the tree information for the commit that contains the commited file changes.
Declaration
Swift
public let treeId: String?
-
Undocumented
Declaration
Swift
public init(commitId: String? = nil, filesAdded: [FileMetadata]? = nil, filesDeleted: [FileMetadata]? = nil, filesUpdated: [FileMetadata]? = nil, treeId: String? = nil)