InitiateLayerUploadResponse
public struct InitiateLayerUploadResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The size, in bytes, that Amazon ECR expects future layer part uploads to be.
Declaration
Swift
public let partSize: Int64?
-
The upload ID for the layer upload. This parameter is passed to further UploadLayerPart and CompleteLayerUpload operations.
Declaration
Swift
public let uploadId: String?
-
Undocumented
Declaration
Swift
public init(partSize: Int64? = nil, uploadId: String? = nil)