class
Amazonite::Lambda::PutRuntimeManagementConfigResponse
- Amazonite::Lambda::PutRuntimeManagementConfigResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/put_runtime_management_config_response.crConstructors
- .new(update_runtime_on : UpdateRuntimeOn, function_arn : String, runtime_version_arn : String | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#function_arn : String
The ARN of the function
-
#function_arn=(function_arn : String)
The ARN of the 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
The runtime update mode.
-
#update_runtime_on=(update_runtime_on : UpdateRuntimeOn)
The runtime update mode.
- #validate! : Nil
Constructor Detail
def self.new(update_runtime_on : UpdateRuntimeOn, function_arn : String, runtime_version_arn : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def runtime_version_arn : String | Nil
#
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.
def runtime_version_arn=(runtime_version_arn : String | Nil)
#
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.