DataTransfer
public struct DataTransfer : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of bytes transferred between a Snowball and Amazon S3.
Declaration
Swift
public let bytesTransferred: Int64? -
The number of objects transferred between a Snowball and Amazon S3.
Declaration
Swift
public let objectsTransferred: Int64? -
The total bytes of data for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
Declaration
Swift
public let totalBytes: Int64? -
The total number of objects for a transfer between a Snowball and Amazon S3. This value is set to 0 (zero) until all the keys that will be transferred have been listed.
Declaration
Swift
public let totalObjects: Int64? -
Undocumented
Declaration
Swift
public init(bytesTransferred: Int64? = nil, objectsTransferred: Int64? = nil, totalBytes: Int64? = nil, totalObjects: Int64? = nil)
View on GitHub
DataTransfer Structure Reference