Method: Aws::ENI::Meta#interface

Defined in:
lib/aws-eni/meta.rb

#interface(hwaddr, path, options = {}) ⇒ Object

Perform a GET request on the interface metadata and return the body of any 200 response.



56
57
58
# File 'lib/aws-eni/meta.rb', line 56

def interface(hwaddr, path, options = {})
  instance("network/interfaces/macs/#{hwaddr}/#{path}", options)
end