class
Amazonite::Lambda::PutFunctionScalingConfigRequest
- Amazonite::Lambda::PutFunctionScalingConfigRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/put_function_scaling_config_request.crConstructors
- .new(function_name : String, qualifier : String, function_scaling_config : FunctionScalingConfig | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#function_name : String
The name or ARN of the Lambda function.
-
#function_name=(function_name : String)
The name or ARN of the Lambda function.
-
#function_scaling_config : FunctionScalingConfig | Nil
The scaling configuration to apply to the function, including minimum and maximum execution environment limits.
-
#function_scaling_config=(function_scaling_config : FunctionScalingConfig | Nil)
The scaling configuration to apply to the function, including minimum and maximum execution environment limits.
-
#hash(hasher)
See
Object#hash(hasher) -
#qualifier : String
Specify a version or alias to set the scaling configuration for a published version of the function.
-
#qualifier=(qualifier : String)
Specify a version or alias to set the scaling configuration for a published version of the function.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The scaling configuration to apply to the function, including minimum and maximum execution environment limits.
The scaling configuration to apply to the function, including minimum and maximum execution environment limits.
Specify a version or alias to set the scaling configuration for a published version of the function.
Specify a version or alias to set the scaling configuration for a published version of the function.