ListFunctionsResponse
public struct ListFunctionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of Lambda functions.
Declaration
Swift
public let functions: [FunctionConfiguration]? -
The pagination token that’s included if more results are available.
Declaration
Swift
public let nextMarker: String? -
Undocumented
Declaration
Swift
public init(functions: [FunctionConfiguration]? = nil, nextMarker: String? = nil)
View on GitHub
ListFunctionsResponse Structure Reference