class
Amazonite::Lambda::ListEventSourceMappingsResponse
- Amazonite::Lambda::ListEventSourceMappingsResponse
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/list_event_source_mappings_response.crConstructors
- .new(pull : JSON::PullParser)
- .new(next_marker : String | Nil = nil, event_source_mappings : Array(EventSourceMappingConfiguration) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#event_source_mappings : Array(EventSourceMappingConfiguration) | Nil
A list of event source mappings.
-
#event_source_mappings=(event_source_mappings : Array(EventSourceMappingConfiguration) | Nil)
A list of event source mappings.
-
#hash(hasher)
See
Object#hash(hasher) -
#next_marker : String | Nil
A pagination token that's returned when the response doesn't contain all event source mappings.
-
#next_marker=(next_marker : String | Nil)
A pagination token that's returned when the response doesn't contain all event source mappings.
- #validate! : Nil
Constructor Detail
def self.new(next_marker : String | Nil = nil, event_source_mappings : Array(EventSourceMappingConfiguration) | 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 event_source_mappings : Array(EventSourceMappingConfiguration) | Nil
#
A list of event source mappings.
def event_source_mappings=(event_source_mappings : Array(EventSourceMappingConfiguration) | Nil)
#
A list of event source mappings.
def next_marker : String | Nil
#
A pagination token that's returned when the response doesn't contain all event source mappings.
def next_marker=(next_marker : String | Nil)
#
A pagination token that's returned when the response doesn't contain all event source mappings.