class
Amazonite::Lambda::PutFunctionScalingConfigResponse
- Amazonite::Lambda::PutFunctionScalingConfigResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/put_function_scaling_config_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(function_state : State | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#function_state : State | Nil
The current state of the function after applying the scaling configuration.
-
#function_state=(function_state : State | Nil)
The current state of the function after applying the scaling configuration.
-
#hash(hasher)
See
Object#hash(hasher) - #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?.
The current state of the function after applying the scaling configuration.
The current state of the function after applying the scaling configuration.