Method: AWS::EC2::Subnet#network_interfaces
- Defined in:
- lib/aws/ec2/subnet.rb
#network_interfaces ⇒ NetworkInterfaceCollection
Returns a collection that represents all of the network interfaces for this subnet.
147 148 149 |
# File 'lib/aws/ec2/subnet.rb', line 147 def network_interfaces NetworkInterfaceCollection.new(:config => config).filter('subnet-id', id) end |