class Amazonite::Lambda::RuntimeVersionConfig

Overview

The ARN of the runtime and any errors that occured.

Included Modules

Defined in:

lambda/runtime_version_config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(runtime_version_arn : String | Nil = nil, error : RuntimeVersionError | Nil = nil) #

[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 error : RuntimeVersionError | Nil #

Error response when Lambda is unable to retrieve the runtime version for a function.


[View source]
def error=(error : RuntimeVersionError | Nil) #

Error response when Lambda is unable to retrieve the runtime version for a 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 version you want the function to use.


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

The ARN of the runtime version you want the function to use.


[View source]
def validate! : Nil #

[View source]