class
Amazonite::Lambda::RuntimeVersionConfig
- Amazonite::Lambda::RuntimeVersionConfig
- Reference
- Object
Overview
The ARN of the runtime and any errors that occured.
Included Modules
- JSON::Serializable
Defined in:
lambda/runtime_version_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(runtime_version_arn : String | Nil = nil, error : RuntimeVersionError | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error : RuntimeVersionError | Nil
Error response when Lambda is unable to retrieve the runtime version for a function.
-
#error=(error : RuntimeVersionError | Nil)
Error response when Lambda is unable to retrieve the runtime version for a function.
-
#hash(hasher)
See
Object#hash(hasher) -
#runtime_version_arn : String | Nil
The ARN of the runtime version you want the function to use.
-
#runtime_version_arn=(runtime_version_arn : String | Nil)
The ARN of the runtime version you want the function to use.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Error response when Lambda is unable to retrieve the runtime version for a function.
Error response when Lambda is unable to retrieve the runtime version for a function.
The ARN of the runtime version you want the function to use.
The ARN of the runtime version you want the function to use.