class Amazonite::Lambda::PutRuntimeManagementConfigResponse

Included Modules

Defined in:

lambda/put_runtime_management_config_response.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(update_runtime_on : UpdateRuntimeOn, function_arn : String, runtime_version_arn : String | Nil = nil) #

[View source]
def self.new(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 function_arn : String #

The ARN of the function


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

The ARN of the function


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

See Object#hash(hasher)


def runtime_version_arn : String | Nil #

The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null is returned.


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

The ARN of the runtime the function is configured to use. If the runtime update mode is manual, the ARN is returned, otherwise null is returned.


[View source]
def update_runtime_on : UpdateRuntimeOn #

The runtime update mode.


[View source]
def update_runtime_on=(update_runtime_on : UpdateRuntimeOn) #

The runtime update mode.


[View source]
def validate! : Nil #

[View source]