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



6993
6994
6995
6996
6997
6998
# File 'lib/aws-sdk-lambda/types.rb', line 6993

def event_types
  [
    :payload_chunk,
    :invoke_complete
  ]
end