Part
public struct Part : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Entity tag returned when the part was uploaded.
Declaration
Swift
public let eTag: String?
-
Date and time at which the part was uploaded.
Declaration
Swift
public let lastModified: TimeStamp?
-
Part number identifying the part. This is a positive integer between 1 and 10,000.
Declaration
Swift
public let partNumber: Int?
-
Size in bytes of the uploaded part data.
Declaration
Swift
public let size: Int64?
-
Undocumented
Declaration
Swift
public init(eTag: String? = nil, lastModified: TimeStamp? = nil, partNumber: Int? = nil, size: Int64? = nil)