class Amazonite::Lambda::ListFunctionsRequest

Included Modules

Defined in:

lambda/list_functions_request.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(master_region : String | Nil = nil, function_version : FunctionVersion | Nil = nil, marker : String | Nil = nil, max_items : Int32 | 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_version : FunctionVersion | Nil #

Set to ALL to include entries for all published versions of each function.


[View source]
def function_version=(function_version : FunctionVersion | Nil) #

Set to ALL to include entries for all published versions of each function.


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

See Object#hash(hasher)


def marker : String | Nil #

Specify the pagination token that's returned by a previous request to retrieve the next page of results.


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

Specify the pagination token that's returned by a previous request to retrieve the next page of results.


[View source]
def master_region : String | Nil #

For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, us-east-1 filters the list of functions to include only Lambda@Edge functions replicated from a master function in US East (N. Virginia). If specified, you must set FunctionVersion to ALL.


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

For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, us-east-1 filters the list of functions to include only Lambda@Edge functions replicated from a master function in US East (N. Virginia). If specified, you must set FunctionVersion to ALL.


[View source]
def max_items : Int32 | Nil #

The maximum number of functions to return in the response. Note that ListFunctions returns a maximum of 50 items in each response, even if you set the number higher.


[View source]
def max_items=(max_items : Int32 | Nil) #

The maximum number of functions to return in the response. Note that ListFunctions returns a maximum of 50 items in each response, even if you set the number higher.


[View source]
def validate! : Nil #

[View source]