GetFunctionConcurrencyResponse
public struct GetFunctionConcurrencyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The number of simultaneous executions that are reserved for the function.
Declaration
Swift
public let reservedConcurrentExecutions: Int? -
Undocumented
Declaration
Swift
public init(reservedConcurrentExecutions: Int? = nil)
View on GitHub
GetFunctionConcurrencyResponse Structure Reference