class
Amazonite::Lambda::ImageConfigResponse
- Amazonite::Lambda::ImageConfigResponse
- Reference
- Object
Overview
Response to a GetFunctionConfiguration request.
Included Modules
- JSON::Serializable
Defined in:
lambda/image_config_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(image_config : ImageConfig | Nil = nil, error : ImageConfigError | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error : ImageConfigError | Nil
Error response to
GetFunctionConfiguration. -
#error=(error : ImageConfigError | Nil)
Error response to
GetFunctionConfiguration. -
#hash(hasher)
See
Object#hash(hasher) -
#image_config : ImageConfig | Nil
Configuration values that override the container image Dockerfile.
-
#image_config=(image_config : ImageConfig | Nil)
Configuration values that override the container image Dockerfile.
- #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 image_config : ImageConfig | Nil
#
Configuration values that override the container image Dockerfile.
def image_config=(image_config : ImageConfig | Nil)
#
Configuration values that override the container image Dockerfile.