ListFunctionsResponse
public struct ListFunctionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of Function objects.
Declaration
Swift
public let functions: [FunctionConfiguration]? -
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(functions: [FunctionConfiguration]? = nil, nextToken: String? = nil)
View on GitHub
ListFunctionsResponse Structure Reference