LayersListItem
public struct LayersListItem : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The newest version of the layer.
Declaration
Swift
public let latestMatchingVersion: LayerVersionsListItem? -
The Amazon Resource Name (ARN) of the function layer.
Declaration
Swift
public let layerArn: String? -
The name of the layer.
Declaration
Swift
public let layerName: String? -
Undocumented
Declaration
Swift
public init(latestMatchingVersion: LayerVersionsListItem? = nil, layerArn: String? = nil, layerName: String? = nil)
View on GitHub
LayersListItem Structure Reference