class AWS::EC2::VPC

def network_interfaces

Returns:
  • (NetworkInterfaceCollection) - Returns a filtered collection of
def network_interfaces
  NetworkInterfaceCollection.new(:config => config).filter('vpc-id', id)
end