Class: Aws::Lambda::Types::InvokeWithResponseStreamResponseEvent

Inherits:
Enumerator
  • Object
show all
Defined in:
lib/aws-sdk-lambda/types.rb

Overview

An object that includes a chunk of the response payload. When the stream has ended, Lambda includes a ‘InvokeComplete` object.

EventStream is an Enumerator of Events.

#event_types #=> Array, returns all modeled event types in the stream

Instance Method Summary collapse

Instance Method Details

#event_typesObject



6766
6767
6768
6769
6770
6771
# File 'lib/aws-sdk-lambda/types.rb', line 6766

def event_types
  [
    :payload_chunk,
    :invoke_complete
  ]
end