class Amazonite::Lambda::GetFunctionResponse

Included Modules

Defined in:

lambda/get_function_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(configuration : FunctionConfiguration | Nil = nil, code : FunctionCodeLocation | Nil = nil, tags : Hash(String, String) | Nil = nil, tags_error : TagsError | Nil = nil, concurrency : Concurrency | Nil = nil) #

[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 code : FunctionCodeLocation | Nil #

The deployment package of the function or version.


[View source]
def code=(code : FunctionCodeLocation | Nil) #

The deployment package of the function or version.


[View source]
def concurrency : Concurrency | Nil #

The function's reserved concurrency.


[View source]
def concurrency=(concurrency : Concurrency | Nil) #

The function's reserved concurrency.


[View source]
def configuration : FunctionConfiguration | Nil #

The configuration of the function or version.


[View source]
def configuration=(configuration : FunctionConfiguration | Nil) #

The configuration of the function or version.


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

See Object#hash(hasher)


def tags : Hash(String, String) | Nil #

The function's tags. Lambda returns tag data only if you have explicit allow permissions for lambda:ListTags.


[View source]
def tags=(tags : Hash(String, String) | Nil) #

The function's tags. Lambda returns tag data only if you have explicit allow permissions for lambda:ListTags.


[View source]
def tags_error : TagsError | Nil #

An object that contains details about an error related to retrieving tags.


[View source]
def tags_error=(tags_error : TagsError | Nil) #

An object that contains details about an error related to retrieving tags.


[View source]
def validate! : Nil #

[View source]