class
Amazonite::Lambda::GetFunctionConcurrencyResponse
- Amazonite::Lambda::GetFunctionConcurrencyResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_function_concurrency_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(reserved_concurrent_executions : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
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 simultaneous executions that are reserved for the function.
-
#reserved_concurrent_executions=(reserved_concurrent_executions : Int32 | Nil)
The number of simultaneous executions that are reserved for the 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 simultaneous executions that are reserved for the function.
def reserved_concurrent_executions=(reserved_concurrent_executions : Int32 | Nil)
#
The number of simultaneous executions that are reserved for the function.