class
Amazonite::Lambda::GetProvisionedConcurrencyConfigResponse
- Amazonite::Lambda::GetProvisionedConcurrencyConfigResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_provisioned_concurrency_config_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(requested_provisioned_concurrent_executions : Int32 | Nil = nil, available_provisioned_concurrent_executions : Int32 | Nil = nil, allocated_provisioned_concurrent_executions : Int32 | Nil = nil, status : ProvisionedConcurrencyStatusEnum | Nil = nil, status_reason : String | Nil = nil, last_modified : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#allocated_provisioned_concurrent_executions : Int32 | Nil
The amount of provisioned concurrency allocated.
-
#allocated_provisioned_concurrent_executions=(allocated_provisioned_concurrent_executions : Int32 | Nil)
The amount of provisioned concurrency allocated.
-
#available_provisioned_concurrent_executions : Int32 | Nil
The amount of provisioned concurrency available.
-
#available_provisioned_concurrent_executions=(available_provisioned_concurrent_executions : Int32 | Nil)
The amount of provisioned concurrency available.
-
#hash(hasher)
See
Object#hash(hasher) -
#last_modified : String | Nil
The date and time that a user last updated the configuration, in ISO 8601 format.
-
#last_modified=(last_modified : String | Nil)
The date and time that a user last updated the configuration, in ISO 8601 format.
-
#requested_provisioned_concurrent_executions : Int32 | Nil
The amount of provisioned concurrency requested.
-
#requested_provisioned_concurrent_executions=(requested_provisioned_concurrent_executions : Int32 | Nil)
The amount of provisioned concurrency requested.
-
#status : ProvisionedConcurrencyStatusEnum | Nil
The status of the allocation process.
-
#status=(status : ProvisionedConcurrencyStatusEnum | Nil)
The status of the allocation process.
-
#status_reason : String | Nil
For failed allocations, the reason that provisioned concurrency could not be allocated.
-
#status_reason=(status_reason : String | Nil)
For failed allocations, the reason that provisioned concurrency could not be allocated.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
The amount of provisioned concurrency available.
The amount of provisioned concurrency available.
The date and time that a user last updated the configuration, in ISO 8601 format.
The date and time that a user last updated the configuration, in ISO 8601 format.
The amount of provisioned concurrency requested.
The amount of provisioned concurrency requested.
The status of the allocation process.
For failed allocations, the reason that provisioned concurrency could not be allocated.
For failed allocations, the reason that provisioned concurrency could not be allocated.