Layer
public struct Layer : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the function layer.
Declaration
Swift
public let arn: String?
-
The size of the layer archive in bytes.
Declaration
Swift
public let codeSize: Int64?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, codeSize: Int64? = nil)