LayerVersionContentOutput
public struct LayerVersionContentOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The SHA-256 hash of the layer archive.
Declaration
Swift
public let codeSha256: String? -
The size of the layer archive in bytes.
Declaration
Swift
public let codeSize: Int64? -
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
Declaration
Swift
public let location: String? -
Undocumented
Declaration
Swift
public init(codeSha256: String? = nil, codeSize: Int64? = nil, location: String? = nil)
View on GitHub
LayerVersionContentOutput Structure Reference