class
Amazonite::Lambda::Concurrency
- Amazonite::Lambda::Concurrency
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/concurrency.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#reserved_concurrent_executions : Int32 | Nil
The number of concurrent executions that are reserved for this function.
-
#reserved_concurrent_executions=(reserved_concurrent_executions : Int32 | Nil)
The number of concurrent executions that are reserved for this function.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def reserved_concurrent_executions : Int32 | Nil
#
The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.
def reserved_concurrent_executions=(reserved_concurrent_executions : Int32 | Nil)
#
The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.