class
Amazonite::Lambda::GetFunctionScalingConfigRequest
- Amazonite::Lambda::GetFunctionScalingConfigRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_function_scaling_config_request.crConstructors
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.
-
#hash(hasher)
See
Object#hash(hasher) -
#qualifier : String
Specify a version or alias to get the scaling configuration for a published version of the function.
-
#qualifier=(qualifier : String)
Specify a version or alias to get the scaling configuration for a published version of 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 qualifier : String
#
Specify a version or alias to get the scaling configuration for a published version of the function.
def qualifier=(qualifier : String)
#
Specify a version or alias to get the scaling configuration for a published version of the function.