Target
public struct Target : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The branch of the repository where the pull request changes are merged. Also known as the destination branch.
Declaration
Swift
public let destinationReference: String?
-
The name of the repository that contains the pull request.
Declaration
Swift
public let repositoryName: String
-
The branch of the repository that contains the changes for the pull request. Also known as the source branch.
Declaration
Swift
public let sourceReference: String
-
Undocumented
Declaration
Swift
public init(destinationReference: String? = nil, repositoryName: String, sourceReference: String)
-
Declaration
Swift
public func validate(name: String) throws