class
Amazonite::Lambda::GetRuntimeManagementConfigResponse
- Amazonite::Lambda::GetRuntimeManagementConfigResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/get_runtime_management_config_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(update_runtime_on : UpdateRuntimeOn | Nil = nil, function_arn : String | Nil = nil, runtime_version_arn : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#function_arn : String | Nil
The Amazon Resource Name (ARN) of your function.
-
#function_arn=(function_arn : String | Nil)
The Amazon Resource Name (ARN) of your function.
-
#hash(hasher)
See
Object#hash(hasher) -
#runtime_version_arn : String | Nil
The ARN of the runtime the function is configured to use.
-
#runtime_version_arn=(runtime_version_arn : String | Nil)
The ARN of the runtime the function is configured to use.
-
#update_runtime_on : UpdateRuntimeOn | Nil
The current runtime update mode of the function.
-
#update_runtime_on=(update_runtime_on : UpdateRuntimeOn | Nil)
The current runtime update mode of the function.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The current runtime update mode of the function.