class Aws::Rest::Response::Body

def event_stream?

def event_stream?
  @rules[:payload] && @rules[:payload_member].eventstream
end