Class: Aws::Lambda::Types::InvokeWithResponseStreamResponseEvent
- Inherits:
 - 
      Enumerator
      
        
- Object
 - Enumerator
 - Aws::Lambda::Types::InvokeWithResponseStreamResponseEvent
 
 
- 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_types ⇒ Object
      7008 7009 7010 7011 7012 7013  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 7008 def event_types [ :payload_chunk, :invoke_complete ] end  |