class
Amazonite::Lambda::ListFunctionsResponse
- Amazonite::Lambda::ListFunctionsResponse
- Reference
- Object
Overview
A list of Lambda functions.
Included Modules
- JSON::Serializable
Defined in:
lambda/list_functions_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(next_marker : String | Nil = nil, functions : Array(FunctionConfiguration) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#functions : Array(FunctionConfiguration) | Nil
A list of Lambda functions.
-
#functions=(functions : Array(FunctionConfiguration) | Nil)
A list of Lambda functions.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_marker : String | Nil
The pagination token that's included if more results are available.
-
#next_marker=(next_marker : String | Nil)
The pagination token that's included if more results are available.
- #validate! : Nil
Constructor Detail
def self.new(next_marker : String | Nil = nil, functions : Array(FunctionConfiguration) | 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 next_marker : String | Nil
#
The pagination token that's included if more results are available.
def next_marker=(next_marker : String | Nil)
#
The pagination token that's included if more results are available.