Method: AWS::EC2#network_interfaces

Defined in:
lib/aws/ec2.rb

#network_interfacesNetworkInterfaceCollection

Returns a collection that represents all of the network interfaces for this account.

Returns:



398
399
400
# File 'lib/aws/ec2.rb', line 398

def network_interfaces
  NetworkInterfaceCollection.new(:config => config)
end