GetBlobInput
public struct GetBlobInput : 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 name of the repository that contains the blob.
Declaration
Swift
public let repositoryName: String -
Undocumented
Declaration
Swift
public init(blobId: String, repositoryName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetBlobInput Structure Reference