PutFileOutput
public struct PutFileOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the blob, which is its SHA-1 pointer.
Declaration
Swift
public let blobId: String
-
The full SHA ID of the commit that contains this file change.
Declaration
Swift
public let commitId: String
-
The full SHA-1 pointer of the tree information for the commit that contains this file change.
Declaration
Swift
public let treeId: String
-
Undocumented
Declaration
Swift
public init(blobId: String, commitId: String, treeId: String)