Difference
public struct Difference : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.
Declaration
Swift
public let afterBlob: BlobMetadata? -
Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.
Declaration
Swift
public let beforeBlob: BlobMetadata? -
Whether the change type of the difference is an addition (A), deletion (D), or modification (M).
Declaration
Swift
public let changeType: ChangeTypeEnum? -
Undocumented
Declaration
Swift
public init(afterBlob: BlobMetadata? = nil, beforeBlob: BlobMetadata? = nil, changeType: ChangeTypeEnum? = nil)
View on GitHub
Difference Structure Reference