class
Amazonite::Lambda::GetFunctionScalingConfigResponse
- Amazonite::Lambda::GetFunctionScalingConfigResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_function_scaling_config_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(function_arn : String | Nil = nil, applied_function_scaling_config : FunctionScalingConfig | Nil = nil, requested_function_scaling_config : FunctionScalingConfig | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#applied_function_scaling_config : FunctionScalingConfig | Nil
The scaling configuration that is currently applied to the function.
-
#applied_function_scaling_config=(applied_function_scaling_config : FunctionScalingConfig | Nil)
The scaling configuration that is currently applied to the function.
-
#function_arn : String | Nil
The Amazon Resource Name (ARN) of the function.
-
#function_arn=(function_arn : String | Nil)
The Amazon Resource Name (ARN) of the function.
-
#hash(hasher)
See
Object#hash(hasher) -
#requested_function_scaling_config : FunctionScalingConfig | Nil
The scaling configuration that was requested for the function.
-
#requested_function_scaling_config=(requested_function_scaling_config : FunctionScalingConfig | Nil)
The scaling configuration that was requested for the function.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The scaling configuration that is currently applied to the function. This represents the actual scaling settings in effect.
The scaling configuration that is currently applied to the function. This represents the actual scaling settings in effect.
The scaling configuration that was requested for the function.
The scaling configuration that was requested for the function.