class Amazonite::Lambda::GetRuntimeManagementConfigResponse

Included Modules

Defined in:

lambda/get_runtime_management_config_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(update_runtime_on : UpdateRuntimeOn | Nil = nil, function_arn : String | Nil = nil, runtime_version_arn : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[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 function_arn : String | Nil #

The Amazon Resource Name (ARN) of your function.


[View source]
def function_arn=(function_arn : String | Nil) #

The Amazon Resource Name (ARN) of your function.


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

See Object#hash(hasher)


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.


[View source]
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.


[View source]
def update_runtime_on : UpdateRuntimeOn | Nil #

The current runtime update mode of the function.


[View source]
def update_runtime_on=(update_runtime_on : UpdateRuntimeOn | Nil) #

The current runtime update mode of the function.


[View source]
def validate! : Nil #

[View source]