TransferData
public struct TransferData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date the transfer was accepted.
Declaration
Swift
public let acceptDate: TimeStamp?
-
The date the transfer was rejected.
Declaration
Swift
public let rejectDate: TimeStamp?
-
The reason why the transfer was rejected.
Declaration
Swift
public let rejectReason: String?
-
The date the transfer took place.
Declaration
Swift
public let transferDate: TimeStamp?
-
The transfer message.
Declaration
Swift
public let transferMessage: String?