class Amazonite::Lambda::ImageConfigResponse

Overview

Response to a GetFunctionConfiguration request.

Included Modules

Defined in:

lambda/image_config_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(image_config : ImageConfig | Nil = nil, error : ImageConfigError | 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 : ImageConfigError | Nil #

Error response to GetFunctionConfiguration.


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

Error response to GetFunctionConfiguration.


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

See Object#hash(hasher)


def image_config : ImageConfig | Nil #

Configuration values that override the container image Dockerfile.


[View source]
def image_config=(image_config : ImageConfig | Nil) #

Configuration values that override the container image Dockerfile.


[View source]
def validate! : Nil #

[View source]