GetMergeOptionsOutput
public struct GetMergeOptionsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The commit ID of the merge base.
Declaration
Swift
public let baseCommitId: String
-
The commit ID of the destination commit specifier that was used in the merge evaluation.
Declaration
Swift
public let destinationCommitId: String
-
The merge option or strategy used to merge the code.
Declaration
Swift
public let mergeOptions: [MergeOptionTypeEnum]
-
The commit ID of the source commit specifier that was used in the merge evaluation.
Declaration
Swift
public let sourceCommitId: String
-
Undocumented
Declaration
Swift
public init(baseCommitId: String, destinationCommitId: String, mergeOptions: [MergeOptionTypeEnum], sourceCommitId: String)