ObjectTypes
public struct ObjectTypes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The type of the object in the base commit of the merge.
Declaration
Swift
public let base: ObjectTypeEnum?
-
The type of the object in the destination branch.
Declaration
Swift
public let destination: ObjectTypeEnum?
-
The type of the object in the source branch.
Declaration
Swift
public let source: ObjectTypeEnum?
-
Undocumented
Declaration
Swift
public init(base: ObjectTypeEnum? = nil, destination: ObjectTypeEnum? = nil, source: ObjectTypeEnum? = nil)