class Amazonite::Lambda::GetFunctionScalingConfigResponse

Included Modules

Defined in:

lambda/get_function_scaling_config_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(function_arn : String | Nil = nil, applied_function_scaling_config : FunctionScalingConfig | Nil = nil, requested_function_scaling_config : FunctionScalingConfig | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def applied_function_scaling_config : FunctionScalingConfig | Nil #

The scaling configuration that is currently applied to the function. This represents the actual scaling settings in effect.


[View source]
def applied_function_scaling_config=(applied_function_scaling_config : FunctionScalingConfig | Nil) #

The scaling configuration that is currently applied to the function. This represents the actual scaling settings in effect.


[View source]
def function_arn : String | Nil #

The Amazon Resource Name (ARN) of the function.


[View source]
def function_arn=(function_arn : String | Nil) #

The Amazon Resource Name (ARN) of the function.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def requested_function_scaling_config : FunctionScalingConfig | Nil #

The scaling configuration that was requested for the function.


[View source]
def requested_function_scaling_config=(requested_function_scaling_config : FunctionScalingConfig | Nil) #

The scaling configuration that was requested for the function.


[View source]
def validate! : Nil #

[View source]