Method: Aws::Binary::EventParser#apply

Defined in:
lib/aws-sdk-core/binary/event_parser.rb

#apply(raw_event) ⇒ Struct

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Parse raw event message into event struct based on its ShapeRef

Returns:

  • (Struct)

    Event Struct



25
26
27
# File 'lib/aws-sdk-core/binary/event_parser.rb', line 25

def apply(raw_event)
  parse(raw_event)
end