# File lib/amazon/ecs.rb, line 303
    def get_element(path)
      elements = get_elements(path)
      elements[0] if elements
    end