class Aws::Lambda::Types::InvokeWithResponseStreamResponseEvent


@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/InvokeWithResponseStreamResponseEvent AWS API Documentation
#event_types #=> Array, returns all modeled event types in the stream
EventStream is an Enumerator of Events.
stream has ended, Lambda includes a ‘InvokeComplete` object.
An object that includes a chunk of the response payload. When the

def event_types

def event_types
  [
    :payload_chunk,
    :invoke_complete
  ]
end