class
Amazonite::Lambda::ListFunctionEventInvokeConfigsResponse
- Amazonite::Lambda::ListFunctionEventInvokeConfigsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/list_function_event_invoke_configs_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(function_event_invoke_configs : Array(FunctionEventInvokeConfig) | Nil = nil, next_marker : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#function_event_invoke_configs : Array(FunctionEventInvokeConfig) | Nil
A list of configurations.
-
#function_event_invoke_configs=(function_event_invoke_configs : Array(FunctionEventInvokeConfig) | Nil)
A list of configurations.
-
#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(function_event_invoke_configs : Array(FunctionEventInvokeConfig) | Nil = nil, next_marker : 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 function_event_invoke_configs : Array(FunctionEventInvokeConfig) | Nil
#
A list of configurations.
def function_event_invoke_configs=(function_event_invoke_configs : Array(FunctionEventInvokeConfig) | Nil)
#
A list of configurations.
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.