Method: AWS::EC2#network_interfaces
- Defined in:
- lib/aws/ec2.rb
#network_interfaces ⇒ NetworkInterfaceCollection
Returns a collection that represents all of the network interfaces for this account.
398 399 400 |
# File 'lib/aws/ec2.rb', line 398 def network_interfaces NetworkInterfaceCollection.new(:config => config) end |