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