class Amazonite::Lambda::ListEventSourceMappingsResponse

Included Modules

Defined in:

lambda/list_event_source_mappings_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(next_marker : String | Nil = nil, event_source_mappings : Array(EventSourceMappingConfiguration) | 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 event_source_mappings : Array(EventSourceMappingConfiguration) | Nil #

A list of event source mappings.


[View source]
def event_source_mappings=(event_source_mappings : Array(EventSourceMappingConfiguration) | Nil) #

A list of event source mappings.


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

See Object#hash(hasher)


def next_marker : String | Nil #

A pagination token that's returned when the response doesn't contain all event source mappings.


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

A pagination token that's returned when the response doesn't contain all event source mappings.


[View source]
def validate! : Nil #

[View source]