Layer
public struct Layer : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The availability status of the image layer.
Declaration
Swift
public let layerAvailability: LayerAvailability?
-
The sha256 digest of the image layer.
Declaration
Swift
public let layerDigest: String?
-
The size, in bytes, of the image layer.
Declaration
Swift
public let layerSize: Int64?
-
The media type of the layer, such as application/vnd.docker.image.rootfs.diff.tar.gzip or application/vnd.oci.image.layer.v1.tar+gzip.
Declaration
Swift
public let mediaType: String?
-
Undocumented
Declaration
Swift
public init(layerAvailability: LayerAvailability? = nil, layerDigest: String? = nil, layerSize: Int64? = nil, mediaType: String? = nil)